#B88989

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

Shades of Rosy Brown #B88989

Tints of Rosy Brown #B88989

Color information

#B88989 (or 0xB88989) is unknown color: approx Rosy Brown. HEX triplet: B8, 89 and 89. RGB value is (184,137,137). Sum of RGB (Red+Green+Blue) = 184+137+137=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B88989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88989 is #477676. Grayscale: #979797. Windows color (decimal): -4683383 or 9013688. OLE color: 9013688.

HSL color Cylindrical-coordinate representation of color #B88989: hue angle of 0º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B88989 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB184137137-
CMYK00.260.260.28
HSL24.87%62.94%-
HSV(B)25.54%72.16%-
XYZ33.2329.8927.68-
YUV151.05120.07151.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 137 (53.91% from 255) = 29.91%
BLUE value IS 137 (53.91% from 255) = 29.91%
R=40.17%
G=29.91%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413713700.260.260.28024.8762.94
HexB8898901A1A1C0193f
Octal270211211032323403177
Binary1011100010001001100010010110101101011100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88989; }

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

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

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

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

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

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

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

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