#BB9595

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

Shades of Rosy Brown #BB9595

Tints of Rosy Brown #BB9595

Color information

#BB9595 (or 0xBB9595) is unknown color: approx Rosy Brown. HEX triplet: BB, 95 and 95. RGB value is (187,149,149). Sum of RGB (Red+Green+Blue) = 187+149+149=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9595 is #446A6A. Grayscale: #A0A0A0. Windows color (decimal): -4483691 or 9803195. OLE color: 9803195.

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

Color convert

RGB187149149-
CMYK00.200.200.27
HSL21.84%65.88%-
HSV(B)20.32%73.33%-
XYZ36.6734.2333.11-
YUV160.36121.59147-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=38.56%
G=30.72%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714914900.200.200.27021.8465.88
HexBB9595014141B01642
Octal2732252250242433026102
Binary10111011100101011001010101010010100110110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9595; }

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

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

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

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

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

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

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

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