#BB9592

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

Shades of Rosy Brown #BB9592

Tints of Rosy Brown #BB9592

Color information

#BB9592 (or 0xBB9592) is unknown color: approx Rosy Brown. HEX triplet: BB, 95 and 92. RGB value is (187,149,146). Sum of RGB (Red+Green+Blue) = 187+149+146=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9592 is #446A6D. Grayscale: #A0A0A0. Windows color (decimal): -4483694 or 9606587. OLE color: 9606587.

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

Color convert

RGB187149146-
CMYK00.200.220.27
HSL4.39º23.16%65.29%-
HSV(B)4.39º21.93%73.33%-
XYZ36.4334.1431.86-
YUV160.02120.09147.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=38.80%
G=30.91%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714914600.200.220.274.3923.1665.29
HexBB9592014161B41741
Octal2732252220242633427101
Binary1011101110010101100100100101001011011011100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9592; }

 p { color: rgb(187,149,146); }

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

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

 a { background-color: rgb(187,149,146); }

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

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

 span { border-color: rgb(187,149,146); }

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