#B49E8D

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

Shades of Del Rio #B49E8D

Tints of Del Rio #B49E8D

Color information

#B49E8D (or 0xB49E8D) is unknown color: approx Del Rio. HEX triplet: B4, 9E and 8D. RGB value is (180,158,141). Sum of RGB (Red+Green+Blue) = 180+158+141=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E8D is #4B6172. Grayscale: #A2A2A2. Windows color (decimal): -4940147 or 9281204. OLE color: 9281204.

HSL color Cylindrical-coordinate representation of color #B49E8D: hue angle of 26.15º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B49E8D is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180158141-
CMYK00.120.220.29
HSL26.15º20.63%62.94%-
HSV(B)26.15º21.67%70.59%-
XYZ35.8636.0830.27-
YUV162.64115.79140.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=37.58%
G=32.99%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015814100.120.220.2926.1520.6362.94
HexB49E8D0C161D1a153f
Octal2642362150142635322577
Binary1011010010011110100011010110010110111011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E8D; }

 p { color: rgb(180,158,141); }

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

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

 a { background-color: rgb(180,158,141); }

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

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

 span { border-color: rgb(180,158,141); }

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