#BB8989

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

Shades of Rosy Brown #BB8989

Tints of Rosy Brown #BB8989

Color information

#BB8989 (or 0xBB8989) is unknown color: approx Rosy Brown. HEX triplet: BB, 89 and 89. RGB value is (187,137,137). Sum of RGB (Red+Green+Blue) = 187+137+137=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8989 is #447676. Grayscale: #989898. Windows color (decimal): -4486775 or 9013691. OLE color: 9013691.

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

Color convert

RGB187137137-
CMYK00.270.270.27
HSL26.88%63.53%-
HSV(B)26.74%73.33%-
XYZ33.9530.2627.72-
YUV151.95119.57153-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=40.56%
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.27
SystemRedGreenBlueCMYKHSL
Decimal18713713700.270.270.27026.8863.53
HexBB898901B1B1B01b40
Octal2732112110333333033100
Binary10111011100010011000100101101111011110110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8989; }

 p { color: rgb(187,137,137); }

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

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

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

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

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

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

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