#B09A6F

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

Shades of Tallow #B09A6F

Tints of Tallow #B09A6F

Color information

#B09A6F (or 0xB09A6F) is unknown color: approx Tallow. HEX triplet: B0, 9A and 6F. RGB value is (176,154,111). Sum of RGB (Red+Green+Blue) = 176+154+111=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A6F is #4F6590. Grayscale: #9B9B9B. Windows color (decimal): -5203345 or 7314096. OLE color: 7314096.

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

Color convert

RGB176154111-
CMYK00.120.370.31
HSL39.69º29.15%56.27%-
HSV(B)39.69º36.93%69.02%-
XYZ32.3333.4919.8-
YUV155.68102.79142.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=39.91%
G=34.92%
B=25.17%

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
Decimal17615411100.120.370.3139.6929.1556.27
HexB09A6F0C251F281d38
Octal2602321570144537503570
Binary10110000100110101101111011001001011111110100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A6F; }

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

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

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

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

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

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

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

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