#B59392

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

Shades of Rosy Brown #B59392

Tints of Rosy Brown #B59392

Color information

#B59392 (or 0xB59392) is unknown color: approx Rosy Brown. HEX triplet: B5, 93 and 92. RGB value is (181,147,146). Sum of RGB (Red+Green+Blue) = 181+147+146=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B59392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59392 is #4A6C6D. Grayscale: #9D9D9D. Windows color (decimal): -4877422 or 9606069. OLE color: 9606069.

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

Color convert

RGB181147146-
CMYK00.190.190.29
HSL1.71º19.13%64.12%-
HSV(B)1.71º19.34%70.98%-
XYZ34.6832.7731.69-
YUV157.05121.76145.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 146 (57.42% from 255) = 30.80%
R=38.19%
G=31.01%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114714600.190.190.291.7119.1364.12
HexB59392013131D21340
Octal2652232220232335223100
Binary101101011001001110010010010011100111110110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59392; }

 p { color: rgb(181,147,146); }

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

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

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

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

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

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

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