#B59290

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

Shades of Rosy Brown #B59290

Tints of Rosy Brown #B59290

Color information

#B59290 (or 0xB59290) is unknown color: approx Rosy Brown. HEX triplet: B5, 92 and 90. RGB value is (181,146,144). Sum of RGB (Red+Green+Blue) = 181+146+144=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B59290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59290 is #4A6D6F. Grayscale: #9C9C9C. Windows color (decimal): -4877680 or 9474741. OLE color: 9474741.

HSL color Cylindrical-coordinate representation of color #B59290: hue angle of 3.24º 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 #B59290 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB181146144-
CMYK00.190.200.29
HSL3.24º20%63.73%-
HSV(B)3.24º20.44%70.98%-
XYZ34.3732.430.83-
YUV156.24121.1145.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=38.43%
G=31.00%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114614400.190.200.293.242063.73
HexB59290013141D31440
Octal2652222200232435324100
Binary101101011001001010010000010011101001110111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59290; }

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

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

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

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

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

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

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

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