Shades of Tallow #B09D6C
Tints of Tallow #B09D6C
RGB
CMYK
RGB Variations
Color information
#B09D6C (or 0xB09D6C) is known color: Tallow. HEX triplet: B0, 9D and 6C. RGB value is (176,157,108). Sum of RGB (Red+Green+Blue) = 176+157+108=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D6C is #4F6293. Grayscale: #9D9D9D. Windows color (decimal): -5202580 or 7118256. OLE color: 7118256.
HSL color Cylindrical-coordinate representation of color #B09D6C: hue angle of 43.24º 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 #B09D6C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 108 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.31 |
| HSL | 43.24º | 0.3% | 0.56% | - |
| HSV(B) | 43.24º | 0.39% | 0.69% | - |
| XYZ | 32.67 | 34.43 | 19.11 | - |
| YUV | 157.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 108 | 0 | 0.11 | 0.39 | 0.31 | 43.24 | 0.3 | 0.56 |
| Hex | B0 | 9D | 6C | 0 | B | 27 | 1F | 2B | 1E | 38 |
| Octal | 260 | 235 | 154 | 0 | 13 | 47 | 37 | 53 | 36 | 70 |
| Binary | 10110000 | 10011101 | 1101100 | 0 | 1011 | 100111 | 11111 | 101011 | 11110 | 111000 |
Color Harmonies of #B09D6C
Complementary color
Monochromatic Colors of #B09D6C
Black with #B09D6C
Text Example
Text Example
White with #B09D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D6C; }
p { color: rgb(176,157,108); }
H1.HeaderClassName
{
color: #B09D6C;
}
.AnyTagClassName
{
color: #B09D6C;
}
</style>
background-color css
<style>
a { background-color: #B09D6C; }
a { background-color: rgb(176,157,108); }
div.DivClassName
{
background-color: #B09D6C;
}
.BgClassName
{
background-color: #B09D6C;
}
</style>
border-color css
<style>
span { border-color: #B09D6C; }
span { border-color: rgb(176,157,108); }
td.TdClassName
{
border-color: #B09D6C;
}
.TagClassName
{
border-color: #B09D6C;
}
</style>