COLOR #BF907C

HEX: #BF907C
RGB: (191,144,124)

Color info

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

RGB color model

#BF907C color RGB value is (191,144,124).

  • red value is 191;
  • green value is 144;
  • blue value is 124.
RGB:
(191,144,124)
(75%,56%,49%)

RGB channels and saturation

R 191 of 255 = 75%
G 144 of 255 = 56%
B 124 of 255 = 49%

191
144
124

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

Portions of RGB colors in percentages

R + G + B =
191 + 144 + 124 = 459 (100%)
R 191 of 459 ~ 41.61%
G 144 of 459 ~ 31.37%
B 124 of 459 ~ 27.02%

%41.61
%31.37
%27.02

CMYK color model

#BF907C color CMYK value is (0,25,35,25).

  • cyan value is 0.00%
  • magenta value is 24.61%
  • yellow value is 35.08%
  • key color value is 25.10%
CMYK:
(0,25,35,25)
C0M25Y35K25 
(0%,25%,35%,25%)
(0.00/0.25/0.35/0.25)	

CMYK percentages

%0
%24.61
%35.08
%25.1

Codes

Color #BF907C in popluar color models

BF907C
RGB191144124
HSL18°34.36%61.76%
HSB/HSV18°35.08%74.90%
CMYK0.00%24.61%35.08%
25.10%

Color #BF907C in popluar number systems.

HEXBF907C
Decimal191144124
Binary10111111100100001111100
Octal277220174

Shades and tints

Shades of #BF907C

#BF907C
(191,144,124)
#AE8371
(174,131,113)
#9D7666
(157,118,102)
#8C695B
(140,105,91)
#7B5C50
(123,92,80)
#6A4F45
(106,79,69)
#59423A
(89,66,58)
#48352F
(72,53,47)
#372824
(55,40,36)
#261B19
(38,27,25)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #BF907C

#BF907C
(191,144,124)
#C49A87
(196,154,135)
#C9A492
(201,164,146)
#CEAE9D
(206,174,157)
#D3B8A8
(211,184,168)
#D8C2B3
(216,194,179)
#DDCCBE
(221,204,190)
#E2D6C9
(226,214,201)
#E7E0D4
(231,224,212)
#ECEADF
(236,234,223)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF907C color. Also use rgb(191,144,124) instead hex code.

Text Font Color

.myTextColor { color: #BF907C; }

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

This text font color is #BF907C.


Background Color

.myBgColor { background-color: #BF907C; }

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

This div background color is #BF907C.


Border color

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

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

This div border color is #BF907C.


Opacity

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

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

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

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

This text has shadow with #BF907C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF907C on black background.


Color preview on white background

This text has color #BF907C on white background.



Black color preview on #BF907C background

This text has black color on #BF907C background.


White color preview on #BF907C background

This text has white color on #BF907C background.