#B0A199

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

Shades of Del Rio #B0A199

Tints of Del Rio #B0A199

Color information

#B0A199 (or 0xB0A199) is unknown color: approx Del Rio. HEX triplet: B0, A1 and 99. RGB value is (176,161,153). Sum of RGB (Red+Green+Blue) = 176+161+153=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A199 is #4F5E66. Grayscale: #A4A4A4. Windows color (decimal): -5201511 or 10068400. OLE color: 10068400.

HSL color Cylindrical-coordinate representation of color #B0A199: hue angle of 20.87º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0A199 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB176161153-
CMYK00.090.130.31
HSL20.87º12.71%64.51%-
HSV(B)20.87º13.07%69.02%-
XYZ36.437.0235.36-
YUV164.57121.47136.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=35.92%
G=32.86%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616115300.090.130.3120.8712.7164.51
HexB0A19909D1F15d41
Octal26024123101115372515101
Binary101100001010000110011001010011101111111010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A199; }

 p { color: rgb(176,161,153); }

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

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

 a { background-color: rgb(176,161,153); }

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

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

 span { border-color: rgb(176,161,153); }

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