#B09A70

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

Shades of Tallow #B09A70

Tints of Tallow #B09A70

Color information

#B09A70 (or 0xB09A70) is unknown color: approx Tallow. HEX triplet: B0, 9A and 70. RGB value is (176,154,112). Sum of RGB (Red+Green+Blue) = 176+154+112=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A70 is #4F658F. Grayscale: #9B9B9B. Windows color (decimal): -5203344 or 7379632. OLE color: 7379632.

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

Color convert

RGB176154112-
CMYK00.120.360.31
HSL39.38º28.83%56.47%-
HSV(B)39.38º36.36%69.02%-
XYZ32.3833.5120.09-
YUV155.79103.29142.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 154 (60.55% from 255) = 34.84%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=39.82%
G=34.84%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615411200.120.360.3139.3828.8356.47
HexB09A700C241F271d38
Octal2602321600144437473570
Binary10110000100110101110000011001001001111110011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A70; }

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

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

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

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

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

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

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

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