#B59190

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

Shades of Rosy Brown #B59190

Tints of Rosy Brown #B59190

Color information

#B59190 (or 0xB59190) is unknown color: approx Rosy Brown. HEX triplet: B5, 91 and 90. RGB value is (181,145,144). Sum of RGB (Red+Green+Blue) = 181+145+144=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B59190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59190 is #4A6E6F. Grayscale: #9B9B9B. Windows color (decimal): -4877936 or 9474485. OLE color: 9474485.

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

Color convert

RGB181145144-
CMYK00.200.200.29
HSL1.62º20%63.73%-
HSV(B)1.62º20.44%70.98%-
XYZ34.2232.0930.78-
YUV155.65121.43146.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=38.51%
G=30.85%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114514400.200.200.291.622063.73
HexB59190014141D21440
Octal2652212200242435224100
Binary101101011001000110010000010100101001110110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59190; }

 p { color: rgb(181,145,144); }

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

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

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

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

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

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

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