#B4A08D

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

Shades of Del Rio #B4A08D

Tints of Del Rio #B4A08D

Color information

#B4A08D (or 0xB4A08D) is unknown color: approx Del Rio. HEX triplet: B4, A0 and 8D. RGB value is (180,160,141). Sum of RGB (Red+Green+Blue) = 180+160+141=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A08D is #4B5F72. Grayscale: #A3A3A3. Windows color (decimal): -4939635 or 9281716. OLE color: 9281716.

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

Color convert

RGB180160141-
CMYK00.110.220.29
HSL29.23º20.63%62.94%-
HSV(B)29.23º21.67%70.59%-
XYZ36.236.7730.39-
YUV163.81115.13139.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=37.42%
G=33.26%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016014100.110.220.2929.2320.6362.94
HexB4A08D0B161D1d153f
Octal2642402150132635352577
Binary1011010010100000100011010101110110111011110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A08D; }

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

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

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

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

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

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

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

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