Shades of Tana #B7B69C
Tints of Tana #B7B69C
RGB
CMYK
RGB Variations
Color information
#B7B69C (or 0xB7B69C) is known color: Tana. HEX triplet: B7, B6 and 9C. RGB value is (183,182,156). Sum of RGB (Red+Green+Blue) = 183+182+156=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B69C is #484963. Grayscale: #B3B3B3. Windows color (decimal): -4737380 or 10270391. OLE color: 10270391.
HSL color Cylindrical-coordinate representation of color #B7B69C: hue angle of 57.78º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7B69C is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 156 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.28 |
| HSL | 57.78º | 0.16% | 0.66% | - |
| HSV(B) | 57.78º | 0.15% | 0.72% | - |
| XYZ | 42.26 | 45.92 | 38.09 | - |
| YUV | 179.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 156 | 0 | 0.01 | 0.15 | 0.28 | 57.78 | 0.16 | 0.66 |
| Hex | B7 | B6 | 9C | 0 | 1 | F | 1C | 3A | 10 | 42 |
| Octal | 267 | 266 | 234 | 0 | 1 | 17 | 34 | 72 | 20 | 102 |
| Binary | 10110111 | 10110110 | 10011100 | 0 | 1 | 1111 | 11100 | 111010 | 10000 | 1000010 |
Color Harmonies of #B7B69C
Complementary color
Monochromatic Colors of #B7B69C
Black with #B7B69C
Text Example
Text Example
White with #B7B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B69C; }
p { color: rgb(183,182,156); }
H1.HeaderClassName
{
color: #B7B69C;
}
.AnyTagClassName
{
color: #B7B69C;
}
</style>
background-color css
<style>
a { background-color: #B7B69C; }
a { background-color: rgb(183,182,156); }
div.DivClassName
{
background-color: #B7B69C;
}
.BgClassName
{
background-color: #B7B69C;
}
</style>
border-color css
<style>
span { border-color: #B7B69C; }
span { border-color: rgb(183,182,156); }
td.TdClassName
{
border-color: #B7B69C;
}
.TagClassName
{
border-color: #B7B69C;
}
</style>