#B59182

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

Shades of Del Rio #B59182

Tints of Del Rio #B59182

Color information

#B59182 (or 0xB59182) is unknown color: approx Del Rio. HEX triplet: B5, 91 and 82. RGB value is (181,145,130). Sum of RGB (Red+Green+Blue) = 181+145+130=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B59182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59182 is #4A6E7D. Grayscale: #9A9A9A. Windows color (decimal): -4877950 or 8556981. OLE color: 8556981.

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

Color convert

RGB181145130-
CMYK00.200.280.29
HSL17.65º25.63%60.98%-
HSV(B)17.65º28.18%70.98%-
XYZ33.2131.6925.48-
YUV154.05114.43147.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 130 (51.17% from 255) = 28.51%
R=39.69%
G=31.80%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114513000.200.280.2917.6525.6360.98
HexB591820141C1D121a3d
Octal2652212020243435223275
Binary10110101100100011000001001010011100111011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59182; }

 p { color: rgb(181,145,130); }

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

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

 a { background-color: rgb(181,145,130); }

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

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

 span { border-color: rgb(181,145,130); }

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