#BF8C8C

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

Shades of Rosy Brown #BF8C8C

Tints of Rosy Brown #BF8C8C

Color information

#BF8C8C (or 0xBF8C8C) is unknown color: approx Rosy Brown. HEX triplet: BF, 8C and 8C. RGB value is (191,140,140). Sum of RGB (Red+Green+Blue) = 191+140+140=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8C8C is #407373. Grayscale: #9B9B9B. Windows color (decimal): -4223860 or 9211071. OLE color: 9211071.

HSL color Cylindrical-coordinate representation of color #BF8C8C: hue angle of 0º degrees, saturation: 0.28, 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 #BF8C8C is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB191140140-
CMYK00.270.270.25
HSL28.49%64.9%-
HSV(B)26.7%74.9%-
XYZ35.631.7329.06-
YUV155.25119.4153.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 140 (55.08% from 255) = 29.72%
R=40.55%
G=29.72%
B=29.72%

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
Decimal19114014000.270.270.25028.4964.9
HexBF8C8C01B1B1901c41
Octal2772142140333331034101
Binary10111111100011001000110001101111011110010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C8C; }

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

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

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

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

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

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

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

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