#B59C90

Color #B59C90 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #B59C90

Tints of Del Rio #B59C90

Color information

#B59C90 (or 0xB59C90) is unknown color: approx Del Rio. HEX triplet: B5, 9C and 90. RGB value is (181,156,144). Sum of RGB (Red+Green+Blue) = 181+156+144=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59C90 is #4A636F. Grayscale: #A2A2A2. Windows color (decimal): -4875120 or 9477301. OLE color: 9477301.

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

Color convert

RGB181156144-
CMYK00.140.200.29
HSL19.46º20%63.73%-
HSV(B)19.46º20.44%70.98%-
XYZ35.9835.6131.36-
YUV162.11117.78141.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=37.63%
G=32.43%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115614400.140.200.2919.462063.73
HexB59C900E141D131440
Octal26523422001624352324100
Binary10110101100111001001000001110101001110110011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C90; }

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

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

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

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

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

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

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

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