#B3A06E

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

Shades of Tallow #B3A06E

Tints of Tallow #B3A06E

Color information

#B3A06E (or 0xB3A06E) is unknown color: approx Tallow. HEX triplet: B3, A0 and 6E. RGB value is (179,160,110). Sum of RGB (Red+Green+Blue) = 179+160+110=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A06E is #4C5F91. Grayscale: #A0A0A0. Windows color (decimal): -5005202 or 7250099. OLE color: 7250099.

HSL color Cylindrical-coordinate representation of color #B3A06E: hue angle of 43.48º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3A06E is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB179160110-
CMYK00.110.390.30
HSL43.48º31.22%56.67%-
HSV(B)43.48º38.55%70.2%-
XYZ33.9835.8519.88-
YUV159.9899.79141.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=39.87%
G=35.63%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916011000.110.390.3043.4831.2256.67
HexB3A06E0B271E2b1f39
Octal2632401560134736533771
Binary10110011101000001101110010111001111111010101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A06E; }

 p { color: rgb(179,160,110); }

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

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

 a { background-color: rgb(179,160,110); }

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

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

 span { border-color: rgb(179,160,110); }

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