#B59F99

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

Shades of Del Rio #B59F99

Tints of Del Rio #B59F99

Color information

#B59F99 (or 0xB59F99) is unknown color: approx Del Rio. HEX triplet: B5, 9F and 99. RGB value is (181,159,153). Sum of RGB (Red+Green+Blue) = 181+159+153=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F99 is #4A6066. Grayscale: #A4A4A4. Windows color (decimal): -4874343 or 10067893. OLE color: 10067893.

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

Color convert

RGB181159153-
CMYK00.120.150.29
HSL12.86º15.91%65.49%-
HSV(B)12.86º15.47%70.98%-
XYZ37.236.9235.3-
YUV164.89121.29139.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=36.71%
G=32.25%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115915300.120.150.2912.8615.9165.49
HexB59F990CF1Dd1041
Octal26523723101417351520101
Binary101101011001111110011001011001111111011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F99; }

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

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

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

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

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

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

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

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