#B28989

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

Shades of Rosy Brown #B28989

Tints of Rosy Brown #B28989

Color information

#B28989 (or 0xB28989) is unknown color: approx Rosy Brown. HEX triplet: B2, 89 and 89. RGB value is (178,137,137). Sum of RGB (Red+Green+Blue) = 178+137+137=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B28989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28989 is #4D7676. Grayscale: #959595. Windows color (decimal): -5076599 or 9013682. OLE color: 9013682.

HSL color Cylindrical-coordinate representation of color #B28989: hue angle of 0º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B28989 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB178137137-
CMYK00.230.230.30
HSL21.03%61.76%-
HSV(B)23.03%69.8%-
XYZ31.8229.1627.62-
YUV149.26121.08148.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=39.38%
G=30.31%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813713700.230.230.30021.0361.76
HexB28989017171E0153e
Octal262211211027273602576
Binary1011001010001001100010010101111011111110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28989; }

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

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

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

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

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

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

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

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