#B09F73

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

Shades of Tallow #B09F73

Tints of Tallow #B09F73

Color information

#B09F73 (or 0xB09F73) is unknown color: approx Tallow. HEX triplet: B0, 9F and 73. RGB value is (176,159,115). Sum of RGB (Red+Green+Blue) = 176+159+115=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F73 is #4F608C. Grayscale: #9F9F9F. Windows color (decimal): -5202061 or 7577520. OLE color: 7577520.

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

Color convert

RGB176159115-
CMYK00.100.350.31
HSL43.28º27.85%57.06%-
HSV(B)43.28º34.66%69.02%-
XYZ33.435.2621.27-
YUV159.07103.13140.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 159 (62.5% from 255) = 35.33%
BLUE value IS 115 (45.31% from 255) = 25.56%
R=39.11%
G=35.33%
B=25.56%

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
Decimal17615911500.100.350.3143.2827.8557.06
HexB09F730A231F2b1c39
Octal2602371630124337533471
Binary10110000100111111110011010101000111111110101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F73; }

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

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

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

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

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

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

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

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