#B09970

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

Shades of Tallow #B09970

Tints of Tallow #B09970

Color information

#B09970 (or 0xB09970) is unknown color: approx Tallow. HEX triplet: B0, 99 and 70. RGB value is (176,153,112). Sum of RGB (Red+Green+Blue) = 176+153+112=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B09970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09970 is #4F668F. Grayscale: #9B9B9B. Windows color (decimal): -5203600 or 7379376. OLE color: 7379376.

HSL color Cylindrical-coordinate representation of color #B09970: hue angle of 38.44º 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 #B09970 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB176153112-
CMYK00.130.360.31
HSL38.44º28.83%56.47%-
HSV(B)38.44º36.36%69.02%-
XYZ32.2233.1820.04-
YUV155.2103.62142.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=39.91%
G=34.69%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615311200.130.360.3138.4428.8356.47
HexB099700D241F261d38
Octal2602311600154437463570
Binary10110000100110011110000011011001001111110011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09970; }

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

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

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

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

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

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

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

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