Shades of Tenne (Tawny) #BD5902
Tints of Tenne (Tawny) #BD5902
RGB
CMYK
RGB Variations
Color information
#BD5902 (or 0xBD5902) is known color: Tenne (Tawny). HEX triplet: BD, 59 and 02. RGB value is (189,89,2). Sum of RGB (Red+Green+Blue) = 189+89+2=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5902 is #42A6FD. Grayscale: #6D6D6D. Windows color (decimal): -4368126 or 154045. OLE color: 154045.
HSL color Cylindrical-coordinate representation of color #BD5902: hue angle of 27.91º 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 #BD5902 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.26 |
| HSL | 27.91º | 0.98% | 0.37% | - |
| HSV(B) | 27.91º | 0.99% | 0.74% | - |
| XYZ | 24.57 | 17.97 | 2.23 | - |
| YUV | 108.98 | 67.63 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 2 | 0 | 0.53 | 0.99 | 0.26 | 27.91 | 0.98 | 0.37 |
| Hex | BD | 59 | 2 | 0 | 35 | 63 | 1A | 1C | 62 | 25 |
| Octal | 275 | 131 | 2 | 0 | 65 | 143 | 32 | 34 | 142 | 45 |
| Binary | 10111101 | 1011001 | 10 | 0 | 110101 | 1100011 | 11010 | 11100 | 1100010 | 100101 |
Color Harmonies of #BD5902
Complementary color
Monochromatic Colors of #BD5902
Black with #BD5902
Text Example
Text Example
White with #BD5902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5902; }
p { color: rgb(189,89,2); }
H1.HeaderClassName
{
color: #BD5902;
}
.AnyTagClassName
{
color: #BD5902;
}
</style>
background-color css
<style>
a { background-color: #BD5902; }
a { background-color: rgb(189,89,2); }
div.DivClassName
{
background-color: #BD5902;
}
.BgClassName
{
background-color: #BD5902;
}
</style>
border-color css
<style>
span { border-color: #BD5902; }
span { border-color: rgb(189,89,2); }
td.TdClassName
{
border-color: #BD5902;
}
.TagClassName
{
border-color: #BD5902;
}
</style>