#B59F93

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

Shades of Del Rio #B59F93

Tints of Del Rio #B59F93

Color information

#B59F93 (or 0xB59F93) is unknown color: approx Del Rio. HEX triplet: B5, 9F and 93. RGB value is (181,159,147). Sum of RGB (Red+Green+Blue) = 181+159+147=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F93 is #4A606C. Grayscale: #A4A4A4. Windows color (decimal): -4874349 or 9674677. OLE color: 9674677.

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

Color convert

RGB181159147-
CMYK00.120.190.29
HSL21.18º18.68%64.31%-
HSV(B)21.18º18.78%70.98%-
XYZ36.7236.7332.76-
YUV164.21118.29139.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=37.17%
G=32.65%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115914700.120.190.2921.1818.6864.31
HexB59F930C131D151340
Octal26523722301423352523100
Binary10110101100111111001001101100100111110110101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F93; }

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

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

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

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

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

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

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

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