Shades of Tenne (Tawny) #BD6902
Tints of Tenne (Tawny) #BD6902
RGB
CMYK
RGB Variations
Color information
#BD6902 (or 0xBD6902) is known color: Tenne (Tawny). HEX triplet: BD, 69 and 02. RGB value is (189,105,2). Sum of RGB (Red+Green+Blue) = 189+105+2=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6902 is #4296FD. Grayscale: #767676. Windows color (decimal): -4364030 or 158141. OLE color: 158141.
HSL color Cylindrical-coordinate representation of color #BD6902: hue angle of 33.05º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD6902 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.26 |
| HSL | 33.05º | 0.98% | 0.37% | - |
| HSV(B) | 33.05º | 0.99% | 0.74% | - |
| XYZ | 26.05 | 20.93 | 2.72 | - |
| YUV | 118.37 | 62.33 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 2 | 0 | 0.44 | 0.99 | 0.26 | 33.05 | 0.98 | 0.37 |
| Hex | BD | 69 | 2 | 0 | 2C | 63 | 1A | 21 | 62 | 25 |
| Octal | 275 | 151 | 2 | 0 | 54 | 143 | 32 | 41 | 142 | 45 |
| Binary | 10111101 | 1101001 | 10 | 0 | 101100 | 1100011 | 11010 | 100001 | 1100010 | 100101 |
Color Harmonies of #BD6902
Complementary color
Monochromatic Colors of #BD6902
Black with #BD6902
Text Example
Text Example
White with #BD6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6902; }
p { color: rgb(189,105,2); }
H1.HeaderClassName
{
color: #BD6902;
}
.AnyTagClassName
{
color: #BD6902;
}
</style>
background-color css
<style>
a { background-color: #BD6902; }
a { background-color: rgb(189,105,2); }
div.DivClassName
{
background-color: #BD6902;
}
.BgClassName
{
background-color: #BD6902;
}
</style>
border-color css
<style>
span { border-color: #BD6902; }
span { border-color: rgb(189,105,2); }
td.TdClassName
{
border-color: #BD6902;
}
.TagClassName
{
border-color: #BD6902;
}
</style>