Shades of Tana #BDB698
Tints of Tana #BDB698
RGB
CMYK
RGB Variations
Color information
#BDB698 (or 0xBDB698) is known color: Tana. HEX triplet: BD, B6 and 98. RGB value is (189,182,152). Sum of RGB (Red+Green+Blue) = 189+182+152=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB698 is #424967. Grayscale: #B4B4B4. Windows color (decimal): -4344168 or 10008253. OLE color: 10008253.
HSL color Cylindrical-coordinate representation of color #BDB698: hue angle of 48.65º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB698 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 152 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.26 |
| HSL | 48.65º | 0.22% | 0.67% | - |
| HSV(B) | 48.65º | 0.2% | 0.74% | - |
| XYZ | 43.38 | 46.54 | 36.4 | - |
| YUV | 180.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 152 | 0 | 0.04 | 0.20 | 0.26 | 48.65 | 0.22 | 0.67 |
| Hex | BD | B6 | 98 | 0 | 4 | 14 | 1A | 31 | 16 | 43 |
| Octal | 275 | 266 | 230 | 0 | 4 | 24 | 32 | 61 | 26 | 103 |
| Binary | 10111101 | 10110110 | 10011000 | 0 | 100 | 10100 | 11010 | 110001 | 10110 | 1000011 |
Color Harmonies of #BDB698
Complementary color
Monochromatic Colors of #BDB698
Black with #BDB698
Text Example
Text Example
White with #BDB698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB698; }
p { color: rgb(189,182,152); }
H1.HeaderClassName
{
color: #BDB698;
}
.AnyTagClassName
{
color: #BDB698;
}
</style>
background-color css
<style>
a { background-color: #BDB698; }
a { background-color: rgb(189,182,152); }
div.DivClassName
{
background-color: #BDB698;
}
.BgClassName
{
background-color: #BDB698;
}
</style>
border-color css
<style>
span { border-color: #BDB698; }
span { border-color: rgb(189,182,152); }
td.TdClassName
{
border-color: #BDB698;
}
.TagClassName
{
border-color: #BDB698;
}
</style>