Shades of Tana #BFBC9C
Tints of Tana #BFBC9C
RGB
CMYK
RGB Variations
Color information
#BFBC9C (or 0xBFBC9C) is known color: Tana. HEX triplet: BF, BC and 9C. RGB value is (191,188,156). Sum of RGB (Red+Green+Blue) = 191+188+156=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC9C is #404363. Grayscale: #B9B9B9. Windows color (decimal): -4211556 or 10271935. OLE color: 10271935.
HSL color Cylindrical-coordinate representation of color #BFBC9C: hue angle of 54.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFBC9C is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 156 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.25 |
| HSL | 54.86º | 0.21% | 0.68% | - |
| HSV(B) | 54.86º | 0.18% | 0.75% | - |
| XYZ | 45.47 | 49.44 | 38.6 | - |
| YUV | 185.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 156 | 0 | 0.02 | 0.18 | 0.25 | 54.86 | 0.21 | 0.68 |
| Hex | BF | BC | 9C | 0 | 2 | 12 | 19 | 37 | 15 | 44 |
| Octal | 277 | 274 | 234 | 0 | 2 | 22 | 31 | 67 | 25 | 104 |
| Binary | 10111111 | 10111100 | 10011100 | 0 | 10 | 10010 | 11001 | 110111 | 10101 | 1000100 |
Color Harmonies of #BFBC9C
Complementary color
Monochromatic Colors of #BFBC9C
Black with #BFBC9C
Text Example
Text Example
White with #BFBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC9C; }
p { color: rgb(191,188,156); }
H1.HeaderClassName
{
color: #BFBC9C;
}
.AnyTagClassName
{
color: #BFBC9C;
}
</style>
background-color css
<style>
a { background-color: #BFBC9C; }
a { background-color: rgb(191,188,156); }
div.DivClassName
{
background-color: #BFBC9C;
}
.BgClassName
{
background-color: #BFBC9C;
}
</style>
border-color css
<style>
span { border-color: #BFBC9C; }
span { border-color: rgb(191,188,156); }
td.TdClassName
{
border-color: #BFBC9C;
}
.TagClassName
{
border-color: #BFBC9C;
}
</style>