#B58887

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

Shades of Rosy Brown #B58887

Tints of Rosy Brown #B58887

Color information

#B58887 (or 0xB58887) is unknown color: approx Rosy Brown. HEX triplet: B5, 88 and 87. RGB value is (181,136,135). Sum of RGB (Red+Green+Blue) = 181+136+135=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B58887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58887 is #4A7778. Grayscale: #959595. Windows color (decimal): -4880249 or 8882357. OLE color: 8882357.

HSL color Cylindrical-coordinate representation of color #B58887: hue angle of 1.3º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B58887 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB181136135-
CMYK00.250.250.29
HSL1.3º23.71%61.96%-
HSV(B)1.3º25.41%70.98%-
XYZ32.2329.1826.86-
YUV149.34119.91150.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 135 (53.12% from 255) = 29.87%
R=40.04%
G=30.09%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113613500.250.250.291.323.7161.96
HexB58887019191D1183e
Octal265210207031313513076
Binary1011010110001000100001110110011100111101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58887; }

 p { color: rgb(181,136,135); }

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

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

 a { background-color: rgb(181,136,135); }

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

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

 span { border-color: rgb(181,136,135); }

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