#B59084

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

Shades of Del Rio #B59084

Tints of Del Rio #B59084

Color information

#B59084 (or 0xB59084) is unknown color: approx Del Rio. HEX triplet: B5, 90 and 84. RGB value is (181,144,132). Sum of RGB (Red+Green+Blue) = 181+144+132=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B59084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59084 is #4A6F7B. Grayscale: #999999. Windows color (decimal): -4878204 or 8687797. OLE color: 8687797.

HSL color Cylindrical-coordinate representation of color #B59084: hue angle of 14.69º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B59084 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB181144132-
CMYK00.200.270.29
HSL14.69º24.87%61.37%-
HSV(B)14.69º27.07%70.98%-
XYZ33.1931.4426.15-
YUV153.7115.76147.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=39.61%
G=31.51%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114413200.200.270.2914.6924.8761.37
HexB590840141B1Df193d
Octal2652202040243335173175
Binary1011010110010000100001000101001101111101111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59084; }

 p { color: rgb(181,144,132); }

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

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

 a { background-color: rgb(181,144,132); }

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

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

 span { border-color: rgb(181,144,132); }

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