#B59F96

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

Shades of Del Rio #B59F96

Tints of Del Rio #B59F96

Color information

#B59F96 (or 0xB59F96) is unknown color: approx Del Rio. HEX triplet: B5, 9F and 96. RGB value is (181,159,150). Sum of RGB (Red+Green+Blue) = 181+159+150=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F96 is #4A6069. Grayscale: #A4A4A4. Windows color (decimal): -4874346 or 9871285. OLE color: 9871285.

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

Color convert

RGB181159150-
CMYK00.120.170.29
HSL17.42º17.32%64.9%-
HSV(B)17.42º17.13%70.98%-
XYZ36.9636.8234.01-
YUV164.55119.79139.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 159 (62.5% from 255) = 32.45%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=36.94%
G=32.45%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115915000.120.170.2917.4217.3264.9
HexB59F960C111D111141
Octal26523722601421352121101
Binary10110101100111111001011001100100011110110001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F96; }

 p { color: rgb(181,159,150); }

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

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

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

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

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

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

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