#B09C6B

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

Shades of Tallow #B09C6B

Tints of Tallow #B09C6B

Color information

#B09C6B (or 0xB09C6B) is unknown color: approx Tallow. HEX triplet: B0, 9C and 6B. RGB value is (176,156,107). Sum of RGB (Red+Green+Blue) = 176+156+107=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C6B is #4F6394. Grayscale: #9C9C9C. Windows color (decimal): -5202837 or 7052464. OLE color: 7052464.

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

Color convert

RGB176156107-
CMYK00.110.390.31
HSL42.61º30.4%55.49%-
HSV(B)42.61º39.2%69.02%-
XYZ32.4534.0718.78-
YUV156.39100.13141.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 156 (61.33% from 255) = 35.54%
BLUE value IS 107 (42.19% from 255) = 24.37%
R=40.09%
G=35.54%
B=24.37%

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
Decimal17615610700.110.390.3142.6130.455.49
HexB09C6B0B271F2b1e37
Octal2602341530134737533667
Binary10110000100111001101011010111001111111110101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C6B; }

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

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

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

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

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

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

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

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