#B59486

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

Shades of Del Rio #B59486

Tints of Del Rio #B59486

Color information

#B59486 (or 0xB59486) is unknown color: approx Del Rio. HEX triplet: B5, 94 and 86. RGB value is (181,148,134). Sum of RGB (Red+Green+Blue) = 181+148+134=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B59486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59486 is #4A6B79. Grayscale: #9C9C9C. Windows color (decimal): -4877178 or 8819893. OLE color: 8819893.

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

Color convert

RGB181148134-
CMYK00.180.260.29
HSL17.87º24.1%61.76%-
HSV(B)17.87º25.97%70.98%-
XYZ33.9532.7227.08-
YUV156.27115.43145.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=39.09%
G=31.97%
B=28.94%

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
Decimal18114813400.180.260.2917.8724.161.76
HexB594860121A1D12183e
Octal2652242060223235223076
Binary10110101100101001000011001001011010111011001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59486; }

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

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

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

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

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

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

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

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