#B59586

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

Shades of Del Rio #B59586

Tints of Del Rio #B59586

Color information

#B59586 (or 0xB59586) is unknown color: approx Del Rio. HEX triplet: B5, 95 and 86. RGB value is (181,149,134). Sum of RGB (Red+Green+Blue) = 181+149+134=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B59586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59586 is #4A6A79. Grayscale: #9C9C9C. Windows color (decimal): -4876922 or 8820149. OLE color: 8820149.

HSL color Cylindrical-coordinate representation of color #B59586: hue angle of 19.15º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B59586 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB181149134-
CMYK00.180.260.29
HSL19.15º24.1%61.76%-
HSV(B)19.15º25.97%70.98%-
XYZ34.1133.0427.13-
YUV156.86115.1145.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 134 (52.73% from 255) = 28.88%
R=39.01%
G=32.11%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114913400.180.260.2919.1524.161.76
HexB595860121A1D13183e
Octal2652252060223235233076
Binary10110101100101011000011001001011010111011001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59586; }

 p { color: rgb(181,149,134); }

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

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

 a { background-color: rgb(181,149,134); }

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

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

 span { border-color: rgb(181,149,134); }

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