COLOR #BF9276

HEX: #BF9276
RGB: (191,146,118)

Color info

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

RGB color model

#BF9276 color RGB value is (191,146,118).

  • red value is 191;
  • green value is 146;
  • blue value is 118.
RGB:
(191,146,118)
(75%,57%,46%)

RGB channels and saturation

R 191 of 255 = 75%
G 146 of 255 = 57%
B 118 of 255 = 46%

191
146
118

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

Portions of RGB colors in percentages

R + G + B =
191 + 146 + 118 = 455 (100%)
R 191 of 455 ~ 41.98%
G 146 of 455 ~ 32.09%
B 118 of 455 ~ 25.93%

%41.98
%32.09
%25.93

CMYK color model

#BF9276 color CMYK value is (0,24,38,25).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 38.22%
  • key color value is 25.10%
CMYK:
(0,24,38,25)
C0M24Y38K25 
(0%,24%,38%,25%)
(0.00/0.24/0.38/0.25)	

CMYK percentages

%0
%23.56
%38.22
%25.1

Codes

Color #BF9276 in popluar color models

BF9276
RGB191146118
HSL23°36.32%60.59%
HSB/HSV23°38.22%74.90%
CMYK0.00%23.56%38.22%
25.10%

Color #BF9276 in popluar number systems.

HEXBF9276
Decimal191146118
Binary10111111100100101110110
Octal277222166

Shades and tints

Shades of #BF9276

#BF9276
(191,146,118)
#AE856C
(174,133,108)
#9D7862
(157,120,98)
#8C6B58
(140,107,88)
#7B5E4E
(123,94,78)
#6A5144
(106,81,68)
#59443A
(89,68,58)
#483730
(72,55,48)
#372A26
(55,42,38)
#261D1C
(38,29,28)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #BF9276

#BF9276
(191,146,118)
#C49B82
(196,155,130)
#C9A48E
(201,164,142)
#CEAD9A
(206,173,154)
#D3B6A6
(211,182,166)
#D8BFB2
(216,191,178)
#DDC8BE
(221,200,190)
#E2D1CA
(226,209,202)
#E7DAD6
(231,218,214)
#ECE3E2
(236,227,226)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9276 color. Also use rgb(191,146,118) instead hex code.

Text Font Color

.myTextColor { color: #BF9276; }

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

This text font color is #BF9276.


Background Color

.myBgColor { background-color: #BF9276; }

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

This div background color is #BF9276.


Border color

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

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

This div border color is #BF9276.


Opacity

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

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

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

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

This text has shadow with #BF9276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9276 on black background.


Color preview on white background

This text has color #BF9276 on white background.



Black color preview on #BF9276 background

This text has black color on #BF9276 background.


White color preview on #BF9276 background

This text has white color on #BF9276 background.