#BB8F8E

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

Shades of Rosy Brown #BB8F8E

Tints of Rosy Brown #BB8F8E

Color information

#BB8F8E (or 0xBB8F8E) is unknown color: approx Rosy Brown. HEX triplet: BB, 8F and 8E. RGB value is (187,143,142). Sum of RGB (Red+Green+Blue) = 187+143+142=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F8E is #447071. Grayscale: #9C9C9C. Windows color (decimal): -4485234 or 9342907. OLE color: 9342907.

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

Color convert

RGB187143142-
CMYK00.240.240.27
HSL1.33º24.86%64.51%-
HSV(B)1.33º24.06%73.33%-
XYZ35.232.1629.94-
YUV156.04120.08150.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=39.62%
G=30.30%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714314200.240.240.271.3324.8664.51
HexBB8F8E018181B11941
Octal2732172160303033131101
Binary10111011100011111000111001100011000110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F8E; }

 p { color: rgb(187,143,142); }

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

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

 a { background-color: rgb(187,143,142); }

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

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

 span { border-color: rgb(187,143,142); }

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