#B0A096

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

Shades of Del Rio #B0A096

Tints of Del Rio #B0A096

Color information

#B0A096 (or 0xB0A096) is unknown color: approx Del Rio. HEX triplet: B0, A0 and 96. RGB value is (176,160,150). Sum of RGB (Red+Green+Blue) = 176+160+150=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A096 is #4F5F69. Grayscale: #A3A3A3. Windows color (decimal): -5201770 or 9871536. OLE color: 9871536.

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

Color convert

RGB176160150-
CMYK00.090.150.31
HSL23.08º14.13%63.92%-
HSV(B)23.08º14.77%69.02%-
XYZ35.9836.5734.02-
YUV163.64120.3136.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=36.21%
G=32.92%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616015000.090.150.3123.0814.1363.92
HexB0A09609F1F17e40
Octal26024022601117372716100
Binary101100001010000010010110010011111111111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A096; }

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

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

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

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

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

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

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

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