Shades of Tana #B7B19C
Tints of Tana #B7B19C
RGB
CMYK
RGB Variations
Color information
#B7B19C (or 0xB7B19C) is known color: Tana. HEX triplet: B7, B1 and 9C. RGB value is (183,177,156). Sum of RGB (Red+Green+Blue) = 183+177+156=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B19C is #484E63. Grayscale: #B0B0B0. Windows color (decimal): -4738660 or 10269111. OLE color: 10269111.
HSL color Cylindrical-coordinate representation of color #B7B19C: hue angle of 46.67º 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 #B7B19C is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 156 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.28 |
| HSL | 46.67º | 0.16% | 0.66% | - |
| HSV(B) | 46.67º | 0.15% | 0.72% | - |
| XYZ | 41.25 | 43.91 | 37.75 | - |
| YUV | 176.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 156 | 0 | 0.03 | 0.15 | 0.28 | 46.67 | 0.16 | 0.66 |
| Hex | B7 | B1 | 9C | 0 | 3 | F | 1C | 2F | 10 | 42 |
| Octal | 267 | 261 | 234 | 0 | 3 | 17 | 34 | 57 | 20 | 102 |
| Binary | 10110111 | 10110001 | 10011100 | 0 | 11 | 1111 | 11100 | 101111 | 10000 | 1000010 |
Color Harmonies of #B7B19C
Complementary color
Monochromatic Colors of #B7B19C
Black with #B7B19C
Text Example
Text Example
White with #B7B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B19C; }
p { color: rgb(183,177,156); }
H1.HeaderClassName
{
color: #B7B19C;
}
.AnyTagClassName
{
color: #B7B19C;
}
</style>
background-color css
<style>
a { background-color: #B7B19C; }
a { background-color: rgb(183,177,156); }
div.DivClassName
{
background-color: #B7B19C;
}
.BgClassName
{
background-color: #B7B19C;
}
</style>
border-color css
<style>
span { border-color: #B7B19C; }
span { border-color: rgb(183,177,156); }
td.TdClassName
{
border-color: #B7B19C;
}
.TagClassName
{
border-color: #B7B19C;
}
</style>