Shades of Tana #BCB69C
Tints of Tana #BCB69C
RGB
CMYK
RGB Variations
Color information
#BCB69C (or 0xBCB69C) is known color: Tana. HEX triplet: BC, B6 and 9C. RGB value is (188,182,156). Sum of RGB (Red+Green+Blue) = 188+182+156=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB69C is #434963. Grayscale: #B4B4B4. Windows color (decimal): -4409700 or 10270396. OLE color: 10270396.
HSL color Cylindrical-coordinate representation of color #BCB69C: hue angle of 48.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB69C is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 156 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.26 |
| HSL | 48.75º | 0.19% | 0.67% | - |
| HSV(B) | 48.75º | 0.17% | 0.74% | - |
| XYZ | 43.47 | 46.55 | 38.15 | - |
| YUV | 180.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 156 | 0 | 0.03 | 0.17 | 0.26 | 48.75 | 0.19 | 0.67 |
| Hex | BC | B6 | 9C | 0 | 3 | 11 | 1A | 31 | 13 | 43 |
| Octal | 274 | 266 | 234 | 0 | 3 | 21 | 32 | 61 | 23 | 103 |
| Binary | 10111100 | 10110110 | 10011100 | 0 | 11 | 10001 | 11010 | 110001 | 10011 | 1000011 |
Color Harmonies of #BCB69C
Complementary color
Monochromatic Colors of #BCB69C
Black with #BCB69C
Text Example
Text Example
White with #BCB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB69C; }
p { color: rgb(188,182,156); }
H1.HeaderClassName
{
color: #BCB69C;
}
.AnyTagClassName
{
color: #BCB69C;
}
</style>
background-color css
<style>
a { background-color: #BCB69C; }
a { background-color: rgb(188,182,156); }
div.DivClassName
{
background-color: #BCB69C;
}
.BgClassName
{
background-color: #BCB69C;
}
</style>
border-color css
<style>
span { border-color: #BCB69C; }
span { border-color: rgb(188,182,156); }
td.TdClassName
{
border-color: #BCB69C;
}
.TagClassName
{
border-color: #BCB69C;
}
</style>