COLOR #BF6348

HEX: #BF6348
RGB: (191,99,72)

Color info

#BF6348 contains mainly red color. Web safe color of #BF6348 is #CC6633 (or #C63).

RGB color model

#BF6348 color RGB value is (191,99,72).

  • red value is 191;
  • green value is 99;
  • blue value is 72.
RGB:
(191,99,72)
(75%,39%,28%)

RGB channels and saturation

R 191 of 255 = 75%
G 99 of 255 = 39%
B 72 of 255 = 28%

191
99
72

R + G + B ~ 47%. #BF6348 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 99 + 72 = 362 (100%)
R 191 of 362 ~ 52.76%
G 99 of 362 ~ 27.35%
B 72 of 362 ~ 19.89%

%52.76
%27.35
%19.89

CMYK color model

#BF6348 color CMYK value is (0,48,62,25).

  • cyan value is 0.00%
  • magenta value is 48.17%
  • yellow value is 62.30%
  • key color value is 25.10%
CMYK:
(0,48,62,25)
C0M48Y62K25 
(0%,48%,62%,25%)
(0.00/0.48/0.62/0.25)	

CMYK percentages

%0
%48.17
%62.3
%25.1

Codes

Color #BF6348 in popluar color models

BF6348
RGB1919972
HSL14°48.18%51.57%
HSB/HSV14°62.30%74.90%
CMYK0.00%48.17%62.30%
25.10%

Color #BF6348 in popluar number systems.

HEXBF6348
Decimal1919972
Binary1011111111000111001000
Octal277143110

Shades and tints

Shades of #BF6348

#BF6348
(191,99,72)
#AE5A42
(174,90,66)
#9D513C
(157,81,60)
#8C4836
(140,72,54)
#7B3F30
(123,63,48)
#6A362A
(106,54,42)
#592D24
(89,45,36)
#48241E
(72,36,30)
#371B18
(55,27,24)
#261212
(38,18,18)
#15090C
(21,9,12)
#000000
(0,0,0)

Tints of #BF6348

#BF6348
(191,99,72)
#C47158
(196,113,88)
#C97F68
(201,127,104)
#CE8D78
(206,141,120)
#D39B88
(211,155,136)
#D8A998
(216,169,152)
#DDB7A8
(221,183,168)
#E2C5B8
(226,197,184)
#E7D3C8
(231,211,200)
#ECE1D8
(236,225,216)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6348 color. Also use rgb(191,99,72) instead hex code.

Text Font Color

.myTextColor { color: #BF6348; }

<p style="color:#BF6348">This sample text font color is #BF6348.</p>

This text font color is #BF6348.


Background Color

.myBgColor { background-color: #BF6348; }

<div style="background-color:#BF6348">Inner text</div>

This div background color is #BF6348.


Border color

.myBorderColor { border: 1px solid #BF6348; }

<div style="border:3px solid #BF6348">Div</div>

This div border color is #BF6348.


Opacity

.myOpacity80 { color: #BF6348; opacity: 0.8; }

<p style="color:#BF6348;opacity:0.8;">80%</p>

Text with #BF6348 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BF6348;}

<p style="text-shadow: 3px 3px 1px #BF6348">Text here.</p>

This text has shadow with #BF6348 color.

.textShadow {text-shadow: 3px 3px 1px #BF6348, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BF6348, 5px 5px 20px red">Text here.</p>

This text has shadow with #BF6348 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BF6348, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BF6348, Direction=45, Strength=4)">Text</p>

This text has shadow with #BF6348 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BF6348;
  -webkit-box-shadow:	1px 1px 3px 2px #BF6348;
  box-shadow:		1px 1px 3px 2px #BF6348;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BF6348;
-webkit-box-shadow: 1px 1px 3px 2px #BF6348;
box-shadow:1px 1px 3px 2px #BF6348;">
Div content here</div>
This div box has shadow with color #BF6348.

Preview

Color preview on black background

This text has color #BF6348 on black background.


Color preview on white background

This text has color #BF6348 on white background.



Black color preview on #BF6348 background

This text has black color on #BF6348 background.


White color preview on #BF6348 background

This text has white color on #BF6348 background.