COLOR #BF9566

HEX: #BF9566
RGB: (191,149,102)

Color info

#BF9566 contains mainly red and green colors. Web safe color of #BF9566 is #CC9966 (or #C96).

RGB color model

#BF9566 color RGB value is (191,149,102).

  • red value is 191;
  • green value is 149;
  • blue value is 102.
RGB:
(191,149,102)
(75%,58%,40%)

RGB channels and saturation

R 191 of 255 = 75%
G 149 of 255 = 58%
B 102 of 255 = 40%

191
149
102

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

Portions of RGB colors in percentages

R + G + B =
191 + 149 + 102 = 442 (100%)
R 191 of 442 ~ 43.21%
G 149 of 442 ~ 33.71%
B 102 of 442 ~ 23.08%

%43.21
%33.71
%23.08

CMYK color model

#BF9566 color CMYK value is (0,22,47,25).

  • cyan value is 0.00%
  • magenta value is 21.99%
  • yellow value is 46.60%
  • key color value is 25.10%
CMYK:
(0,22,47,25)
C0M22Y47K25 
(0%,22%,47%,25%)
(0.00/0.22/0.47/0.25)	

CMYK percentages

%0
%21.99
%46.6
%25.1

Codes

Color #BF9566 in popluar color models

BF9566
RGB191149102
HSL32°41.01%57.45%
HSB/HSV32°46.60%74.90%
CMYK0.00%21.99%46.60%
25.10%

Color #BF9566 in popluar number systems.

HEXBF9566
Decimal191149102
Binary10111111100101011100110
Octal277225146

Shades and tints

Shades of #BF9566

#BF9566
(191,149,102)
#AE885D
(174,136,93)
#9D7B54
(157,123,84)
#8C6E4B
(140,110,75)
#7B6142
(123,97,66)
#6A5439
(106,84,57)
#594730
(89,71,48)
#483A27
(72,58,39)
#372D1E
(55,45,30)
#262015
(38,32,21)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #BF9566

#BF9566
(191,149,102)
#C49E73
(196,158,115)
#C9A780
(201,167,128)
#CEB08D
(206,176,141)
#D3B99A
(211,185,154)
#D8C2A7
(216,194,167)
#DDCBB4
(221,203,180)
#E2D4C1
(226,212,193)
#E7DDCE
(231,221,206)
#ECE6DB
(236,230,219)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9566 color. Also use rgb(191,149,102) instead hex code.

Text Font Color

.myTextColor { color: #BF9566; }

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

This text font color is #BF9566.


Background Color

.myBgColor { background-color: #BF9566; }

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

This div background color is #BF9566.


Border color

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

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

This div border color is #BF9566.


Opacity

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

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

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

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

This text has shadow with #BF9566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9566 on black background.


Color preview on white background

This text has color #BF9566 on white background.



Black color preview on #BF9566 background

This text has black color on #BF9566 background.


White color preview on #BF9566 background

This text has white color on #BF9566 background.