#B09C6C

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

Shades of Tallow #B09C6C

Tints of Tallow #B09C6C

Color information

#B09C6C (or 0xB09C6C) is unknown color: approx Tallow. HEX triplet: B0, 9C and 6C. RGB value is (176,156,108). Sum of RGB (Red+Green+Blue) = 176+156+108=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C6C is #4F6393. Grayscale: #9C9C9C. Windows color (decimal): -5202836 or 7118000. OLE color: 7118000.

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

Color convert

RGB176156108-
CMYK00.110.390.31
HSL42.35º30.09%55.69%-
HSV(B)42.35º38.64%69.02%-
XYZ32.534.0919.05-
YUV156.51100.63141.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 108 (42.58% from 255) = 24.55%
R=40%
G=35.45%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615610800.110.390.3142.3530.0955.69
HexB09C6C0B271F2a1e38
Octal2602341540134737523670
Binary10110000100111001101100010111001111111110101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C6C; }

 p { color: rgb(176,156,108); }

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

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

 a { background-color: rgb(176,156,108); }

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

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

 span { border-color: rgb(176,156,108); }

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