Shades of Tana #BCB99D
Tints of Tana #BCB99D
RGB
CMYK
RGB Variations
Color information
#BCB99D (or 0xBCB99D) is known color: Tana. HEX triplet: BC, B9 and 9D. RGB value is (188,185,157). Sum of RGB (Red+Green+Blue) = 188+185+157=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB99D is #434662. Grayscale: #B6B6B6. Windows color (decimal): -4408931 or 10336700. OLE color: 10336700.
HSL color Cylindrical-coordinate representation of color #BCB99D: hue angle of 54.19º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB99D is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 157 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.26 |
| HSL | 54.19º | 0.19% | 0.68% | - |
| HSV(B) | 54.19º | 0.16% | 0.74% | - |
| XYZ | 44.17 | 47.82 | 38.8 | - |
| YUV | 182.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 157 | 0 | 0.02 | 0.16 | 0.26 | 54.19 | 0.19 | 0.68 |
| Hex | BC | B9 | 9D | 0 | 2 | 10 | 1A | 36 | 13 | 44 |
| Octal | 274 | 271 | 235 | 0 | 2 | 20 | 32 | 66 | 23 | 104 |
| Binary | 10111100 | 10111001 | 10011101 | 0 | 10 | 10000 | 11010 | 110110 | 10011 | 1000100 |
Color Harmonies of #BCB99D
Complementary color
Monochromatic Colors of #BCB99D
Black with #BCB99D
Text Example
Text Example
White with #BCB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB99D; }
p { color: rgb(188,185,157); }
H1.HeaderClassName
{
color: #BCB99D;
}
.AnyTagClassName
{
color: #BCB99D;
}
</style>
background-color css
<style>
a { background-color: #BCB99D; }
a { background-color: rgb(188,185,157); }
div.DivClassName
{
background-color: #BCB99D;
}
.BgClassName
{
background-color: #BCB99D;
}
</style>
border-color css
<style>
span { border-color: #BCB99D; }
span { border-color: rgb(188,185,157); }
td.TdClassName
{
border-color: #BCB99D;
}
.TagClassName
{
border-color: #BCB99D;
}
</style>