#B59494

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

Shades of Rosy Brown #B59494

Tints of Rosy Brown #B59494

Color information

#B59494 (or 0xB59494) is unknown color: approx Rosy Brown. HEX triplet: B5, 94 and 94. RGB value is (181,148,148). Sum of RGB (Red+Green+Blue) = 181+148+148=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B59494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59494 is #4A6B6B. Grayscale: #9D9D9D. Windows color (decimal): -4877164 or 9737397. OLE color: 9737397.

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

Color convert

RGB181148148-
CMYK00.180.180.29
HSL18.23%64.51%-
HSV(B)18.23%70.98%-
XYZ34.9933.1432.57-
YUV157.87122.43144.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=37.95%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114814800.180.180.29018.2364.51
HexB59494012121D01241
Octal2652242240222235022101
Binary10110101100101001001010001001010010111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59494; }

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

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

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

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

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

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

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

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