#B49586

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

Shades of Del Rio #B49586

Tints of Del Rio #B49586

Color information

#B49586 (or 0xB49586) is unknown color: approx Del Rio. HEX triplet: B4, 95 and 86. RGB value is (180,149,134). Sum of RGB (Red+Green+Blue) = 180+149+134=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49586 is #4B6A79. Grayscale: #9C9C9C. Windows color (decimal): -4942458 or 8820148. OLE color: 8820148.

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

Color convert

RGB180149134-
CMYK00.170.260.29
HSL19.57º23.47%61.57%-
HSV(B)19.57º25.56%70.59%-
XYZ33.8732.9227.12-
YUV156.56115.27144.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 149 (58.59% from 255) = 32.18%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=38.88%
G=32.18%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014913400.170.260.2919.5723.4761.57
HexB495860111A1D14173e
Octal2642252060213235242776
Binary10110100100101011000011001000111010111011010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49586; }

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

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

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

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

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

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

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

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