Shades of Tallow #B0996D
Tints of Tallow #B0996D
RGB
CMYK
RGB Variations
Color information
#B0996D (or 0xB0996D) is known color: Tallow. HEX triplet: B0, 99 and 6D. RGB value is (176,153,109). Sum of RGB (Red+Green+Blue) = 176+153+109=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0996D is #4F6692. Grayscale: #9B9B9B. Windows color (decimal): -5203603 or 7182768. OLE color: 7182768.
HSL color Cylindrical-coordinate representation of color #B0996D: hue angle of 39.4º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0996D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 109 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.31 |
| HSL | 39.4º | 0.3% | 0.56% | - |
| HSV(B) | 39.4º | 0.38% | 0.69% | - |
| XYZ | 32.06 | 33.12 | 19.17 | - |
| YUV | 154.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 109 | 0 | 0.13 | 0.38 | 0.31 | 39.4 | 0.3 | 0.56 |
| Hex | B0 | 99 | 6D | 0 | D | 26 | 1F | 27 | 1E | 38 |
| Octal | 260 | 231 | 155 | 0 | 15 | 46 | 37 | 47 | 36 | 70 |
| Binary | 10110000 | 10011001 | 1101101 | 0 | 1101 | 100110 | 11111 | 100111 | 11110 | 111000 |
Color Harmonies of #B0996D
Complementary color
Monochromatic Colors of #B0996D
Black with #B0996D
Text Example
Text Example
White with #B0996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0996D; }
p { color: rgb(176,153,109); }
H1.HeaderClassName
{
color: #B0996D;
}
.AnyTagClassName
{
color: #B0996D;
}
</style>
background-color css
<style>
a { background-color: #B0996D; }
a { background-color: rgb(176,153,109); }
div.DivClassName
{
background-color: #B0996D;
}
.BgClassName
{
background-color: #B0996D;
}
</style>
border-color css
<style>
span { border-color: #B0996D; }
span { border-color: rgb(176,153,109); }
td.TdClassName
{
border-color: #B0996D;
}
.TagClassName
{
border-color: #B0996D;
}
</style>