#B09A6E

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

Shades of Tallow #B09A6E

Tints of Tallow #B09A6E

Color information

#B09A6E (or 0xB09A6E) is unknown color: approx Tallow. HEX triplet: B0, 9A and 6E. RGB value is (176,154,110). Sum of RGB (Red+Green+Blue) = 176+154+110=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A6E is #4F6591. Grayscale: #9B9B9B. Windows color (decimal): -5203346 or 7248560. OLE color: 7248560.

HSL color Cylindrical-coordinate representation of color #B09A6E: hue angle of 40º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B09A6E is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB176154110-
CMYK00.120.370.31
HSL40º29.46%56.08%-
HSV(B)40º37.5%69.02%-
XYZ32.2733.4719.51-
YUV155.56102.29142.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 110 (43.36% from 255) = 25%
R=40%
G=35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615411000.120.370.314029.4656.08
HexB09A6E0C251F281d38
Octal2602321560144537503570
Binary10110000100110101101110011001001011111110100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A6E; }

 p { color: rgb(176,154,110); }

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

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

 a { background-color: rgb(176,154,110); }

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

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

 span { border-color: rgb(176,154,110); }

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