#B0A099

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

Shades of Del Rio #B0A099

Tints of Del Rio #B0A099

Color information

#B0A099 (or 0xB0A099) is unknown color: approx Del Rio. HEX triplet: B0, A0 and 99. RGB value is (176,160,153). Sum of RGB (Red+Green+Blue) = 176+160+153=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A099 is #4F5F66. Grayscale: #A4A4A4. Windows color (decimal): -5201767 or 10068144. OLE color: 10068144.

HSL color Cylindrical-coordinate representation of color #B0A099: hue angle of 18.26º 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 #B0A099 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB176160153-
CMYK00.090.130.31
HSL18.26º12.71%64.51%-
HSV(B)18.26º13.07%69.02%-
XYZ36.2336.6735.31-
YUV163.99121.8136.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=35.99%
G=32.72%
B=31.29%

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
Decimal17616015300.090.130.3118.2612.7164.51
HexB0A09909D1F12d41
Octal26024023101115372215101
Binary101100001010000010011001010011101111111001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A099; }

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

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

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

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

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

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

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

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