#B0A073

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

Shades of Tallow #B0A073

Tints of Tallow #B0A073

Color information

#B0A073 (or 0xB0A073) is unknown color: approx Tallow. HEX triplet: B0, A0 and 73. RGB value is (176,160,115). Sum of RGB (Red+Green+Blue) = 176+160+115=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A073 is #4F5F8C. Grayscale: #9F9F9F. Windows color (decimal): -5201805 or 7577776. OLE color: 7577776.

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

Color convert

RGB176160115-
CMYK00.090.350.31
HSL44.26º27.85%57.06%-
HSV(B)44.26º34.66%69.02%-
XYZ33.5735.6121.32-
YUV159.65102.8139.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 160 (62.89% from 255) = 35.48%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=39.02%
G=35.48%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616011500.090.350.3144.2627.8557.06
HexB0A07309231F2c1c39
Octal2602401630114337543471
Binary10110000101000001110011010011000111111110110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A073; }

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

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

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

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

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

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

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

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