#B3A06C

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

Shades of Tallow #B3A06C

Tints of Tallow #B3A06C

Color information

#B3A06C (or 0xB3A06C) is unknown color: approx Tallow. HEX triplet: B3, A0 and 6C. RGB value is (179,160,108). Sum of RGB (Red+Green+Blue) = 179+160+108=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A06C is #4C5F93. Grayscale: #9F9F9F. Windows color (decimal): -5005204 or 7119027. OLE color: 7119027.

HSL color Cylindrical-coordinate representation of color #B3A06C: hue angle of 43.94º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3A06C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB179160108-
CMYK00.110.400.30
HSL43.94º31.84%56.27%-
HSV(B)43.94º39.66%70.2%-
XYZ33.8735.8119.31-
YUV159.7598.79141.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 108 (42.58% from 255) = 24.16%
R=40.04%
G=35.79%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916010800.110.400.3043.9431.8456.27
HexB3A06C0B281E2c2038
Octal2632401540135036544070
Binary101100111010000011011000101110100011110101100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A06C; }

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

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

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

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

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

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

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

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