#BB9492

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

Shades of Rosy Brown #BB9492

Tints of Rosy Brown #BB9492

Color information

#BB9492 (or 0xBB9492) is unknown color: approx Rosy Brown. HEX triplet: BB, 94 and 92. RGB value is (187,148,146). Sum of RGB (Red+Green+Blue) = 187+148+146=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9492 is #446B6D. Grayscale: #9F9F9F. Windows color (decimal): -4483950 or 9606331. OLE color: 9606331.

HSL color Cylindrical-coordinate representation of color #BB9492: hue angle of 2.93º 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 #BB9492 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB187148146-
CMYK00.210.220.27
HSL2.93º23.16%65.29%-
HSV(B)2.93º21.93%73.33%-
XYZ36.2733.8231.81-
YUV159.43120.42147.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=38.88%
G=30.77%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714814600.210.220.272.9323.1665.29
HexBB9492015161B31741
Octal2732242220252633327101
Binary101110111001010010010010010101101101101111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9492; }

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

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

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

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

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

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

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

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