#B58888

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

Shades of Rosy Brown #B58888

Tints of Rosy Brown #B58888

Color information

#B58888 (or 0xB58888) is unknown color: approx Rosy Brown. HEX triplet: B5, 88 and 88. RGB value is (181,136,136). Sum of RGB (Red+Green+Blue) = 181+136+136=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B58888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58888 is #4A7777. Grayscale: #959595. Windows color (decimal): -4880248 or 8947893. OLE color: 8947893.

HSL color Cylindrical-coordinate representation of color #B58888: hue angle of 0º degrees, saturation: 0.23, 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 #B58888 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB181136136-
CMYK00.250.250.29
HSL23.32%62.16%-
HSV(B)24.86%70.98%-
XYZ32.329.2127.23-
YUV149.45120.41150.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=39.96%
G=30.02%
B=30.02%

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
Decimal18113613600.250.250.29023.3262.16
HexB58888019191D0173e
Octal265210210031313502776
Binary1011010110001000100010000110011100111101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58888; }

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

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

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

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

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

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

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

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