Shades of Tana #BCB598
Tints of Tana #BCB598
RGB
CMYK
RGB Variations
Color information
#BCB598 (or 0xBCB598) is known color: Tana. HEX triplet: BC, B5 and 98. RGB value is (188,181,152). Sum of RGB (Red+Green+Blue) = 188+181+152=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB598 is #434A67. Grayscale: #B3B3B3. Windows color (decimal): -4409960 or 10007996. OLE color: 10007996.
HSL color Cylindrical-coordinate representation of color #BCB598: hue angle of 48.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB598 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 152 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.26 |
| HSL | 48.33º | 0.21% | 0.67% | - |
| HSV(B) | 48.33º | 0.19% | 0.74% | - |
| XYZ | 42.93 | 46.01 | 36.32 | - |
| YUV | 179.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 152 | 0 | 0.04 | 0.19 | 0.26 | 48.33 | 0.21 | 0.67 |
| Hex | BC | B5 | 98 | 0 | 4 | 13 | 1A | 30 | 15 | 43 |
| Octal | 274 | 265 | 230 | 0 | 4 | 23 | 32 | 60 | 25 | 103 |
| Binary | 10111100 | 10110101 | 10011000 | 0 | 100 | 10011 | 11010 | 110000 | 10101 | 1000011 |
Color Harmonies of #BCB598
Complementary color
Monochromatic Colors of #BCB598
Black with #BCB598
Text Example
Text Example
White with #BCB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB598; }
p { color: rgb(188,181,152); }
H1.HeaderClassName
{
color: #BCB598;
}
.AnyTagClassName
{
color: #BCB598;
}
</style>
background-color css
<style>
a { background-color: #BCB598; }
a { background-color: rgb(188,181,152); }
div.DivClassName
{
background-color: #BCB598;
}
.BgClassName
{
background-color: #BCB598;
}
</style>
border-color css
<style>
span { border-color: #BCB598; }
span { border-color: rgb(188,181,152); }
td.TdClassName
{
border-color: #BCB598;
}
.TagClassName
{
border-color: #BCB598;
}
</style>