COLOR #BF675B

HEX: #BF675B
RGB: (191,103,91)

Color info

#BF675B contains mainly red color. Web safe color of #BF675B is #CC6666 (or #C66).

RGB color model

#BF675B color RGB value is (191,103,91).

  • red value is 191;
  • green value is 103;
  • blue value is 91.
RGB:
(191,103,91)
(75%,40%,36%)

RGB channels and saturation

R 191 of 255 = 75%
G 103 of 255 = 40%
B 91 of 255 = 36%

191
103
91

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

Portions of RGB colors in percentages

R + G + B =
191 + 103 + 91 = 385 (100%)
R 191 of 385 ~ 49.61%
G 103 of 385 ~ 26.75%
B 91 of 385 ~ 23.64%

%49.61
%26.75
%23.64

CMYK color model

#BF675B color CMYK value is (0,46,52,25).

  • cyan value is 0.00%
  • magenta value is 46.07%
  • yellow value is 52.36%
  • key color value is 25.10%
CMYK:
(0,46,52,25)
C0M46Y52K25 
(0%,46%,52%,25%)
(0.00/0.46/0.52/0.25)	

CMYK percentages

%0
%46.07
%52.36
%25.1

Codes

Color #BF675B in popluar color models

BF675B
RGB19110391
HSL43.86%55.29%
HSB/HSV52.36%74.90%
CMYK0.00%46.07%52.36%
25.10%

Color #BF675B in popluar number systems.

HEXBF675B
Decimal19110391
Binary1011111111001111011011
Octal277147133

Shades and tints

Shades of #BF675B

#BF675B
(191,103,91)
#AE5E53
(174,94,83)
#9D554B
(157,85,75)
#8C4C43
(140,76,67)
#7B433B
(123,67,59)
#6A3A33
(106,58,51)
#59312B
(89,49,43)
#482823
(72,40,35)
#371F1B
(55,31,27)
#261613
(38,22,19)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #BF675B

#BF675B
(191,103,91)
#C47469
(196,116,105)
#C98177
(201,129,119)
#CE8E85
(206,142,133)
#D39B93
(211,155,147)
#D8A8A1
(216,168,161)
#DDB5AF
(221,181,175)
#E2C2BD
(226,194,189)
#E7CFCB
(231,207,203)
#ECDCD9
(236,220,217)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF675B color. Also use rgb(191,103,91) instead hex code.

Text Font Color

.myTextColor { color: #BF675B; }

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

This text font color is #BF675B.


Background Color

.myBgColor { background-color: #BF675B; }

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

This div background color is #BF675B.


Border color

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

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

This div border color is #BF675B.


Opacity

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

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

Text with #BF675B 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 #BF675B;}

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

This text has shadow with #BF675B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF675B on black background.


Color preview on white background

This text has color #BF675B on white background.



Black color preview on #BF675B background

This text has black color on #BF675B background.


White color preview on #BF675B background

This text has white color on #BF675B background.