#B09F72

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

Shades of Tallow #B09F72

Tints of Tallow #B09F72

Color information

#B09F72 (or 0xB09F72) is unknown color: approx Tallow. HEX triplet: B0, 9F and 72. RGB value is (176,159,114). Sum of RGB (Red+Green+Blue) = 176+159+114=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F72 is #4F608D. Grayscale: #9F9F9F. Windows color (decimal): -5202062 or 7511984. OLE color: 7511984.

HSL color Cylindrical-coordinate representation of color #B09F72: hue angle of 43.55º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B09F72 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB176159114-
CMYK00.100.350.31
HSL43.55º28.18%56.86%-
HSV(B)43.55º35.23%69.02%-
XYZ33.3435.2420.96-
YUV158.95102.63140.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 159 (62.5% from 255) = 35.41%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=39.20%
G=35.41%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615911400.100.350.3143.5528.1856.86
HexB09F720A231F2c1c39
Octal2602371620124337543471
Binary10110000100111111110010010101000111111110110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F72; }

 p { color: rgb(176,159,114); }

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

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

 a { background-color: rgb(176,159,114); }

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

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

 span { border-color: rgb(176,159,114); }

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