#BF8C8B

Color #BF8C8B Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #BF8C8B

Tints of Rosy Brown #BF8C8B

Color information

#BF8C8B (or 0xBF8C8B) is unknown color: approx Rosy Brown. HEX triplet: BF, 8C and 8B. RGB value is (191,140,139). Sum of RGB (Red+Green+Blue) = 191+140+139=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8C8B is #407374. Grayscale: #9B9B9B. Windows color (decimal): -4223861 or 9145535. OLE color: 9145535.

HSL color Cylindrical-coordinate representation of color #BF8C8B: hue angle of 1.15º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8C8B is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB191140139-
CMYK00.270.270.25
HSL1.15º28.89%64.71%-
HSV(B)1.15º27.23%74.9%-
XYZ35.5231.728.67-
YUV155.14118.9153.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=40.64%
G=29.79%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114013900.270.270.251.1528.8964.71
HexBF8C8B01B1B1911d41
Octal2772142130333331135101
Binary10111111100011001000101101101111011110011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C8B; }

 p { color: rgb(191,140,139); }

 H1.HeaderClassName
 {
   color: #BF8C8B;
 }
 .AnyTagClassName
 {
   color: #BF8C8B;
 }
</style>
background-color css

<style>
 a { background-color: #BF8C8B; }

 a { background-color: rgb(191,140,139); }

 div.DivClassName
 {
   background-color: #BF8C8B;
 }
 .BgClassName
 {
   background-color: #BF8C8B;
 }
</style>
border-color css

<style>
 span { border-color: #BF8C8B; }

 span { border-color: rgb(191,140,139); }

 td.TdClassName
 {
   border-color: #BF8C8B;
 }
 .TagClassName
 {
   border-color: #BF8C8B;
 }
</style>