Shades of Tenne (Tawny) #BD5915
Tints of Tenne (Tawny) #BD5915
RGB
CMYK
RGB Variations
Color information
#BD5915 (or 0xBD5915) is known color: Tenne (Tawny). HEX triplet: BD, 59 and 15. RGB value is (189,89,21). Sum of RGB (Red+Green+Blue) = 189+89+21=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5915 is #42A6EA. Grayscale: #6F6F6F. Windows color (decimal): -4368107 or 1399229. OLE color: 1399229.
HSL color Cylindrical-coordinate representation of color #BD5915: hue angle of 24.29º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD5915 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 21 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.26 |
| HSL | 24.29º | 0.8% | 0.41% | - |
| HSV(B) | 24.29º | 0.89% | 0.74% | - |
| XYZ | 24.69 | 18.02 | 2.89 | - |
| YUV | 111.15 | 77.13 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 21 | 0 | 0.53 | 0.89 | 0.26 | 24.29 | 0.8 | 0.41 |
| Hex | BD | 59 | 15 | 0 | 35 | 59 | 1A | 18 | 50 | 29 |
| Octal | 275 | 131 | 25 | 0 | 65 | 131 | 32 | 30 | 120 | 51 |
| Binary | 10111101 | 1011001 | 10101 | 0 | 110101 | 1011001 | 11010 | 11000 | 1010000 | 101001 |
Color Harmonies of #BD5915
Complementary color
Monochromatic Colors of #BD5915
Black with #BD5915
Text Example
Text Example
White with #BD5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5915; }
p { color: rgb(189,89,21); }
H1.HeaderClassName
{
color: #BD5915;
}
.AnyTagClassName
{
color: #BD5915;
}
</style>
background-color css
<style>
a { background-color: #BD5915; }
a { background-color: rgb(189,89,21); }
div.DivClassName
{
background-color: #BD5915;
}
.BgClassName
{
background-color: #BD5915;
}
</style>
border-color css
<style>
span { border-color: #BD5915; }
span { border-color: rgb(189,89,21); }
td.TdClassName
{
border-color: #BD5915;
}
.TagClassName
{
border-color: #BD5915;
}
</style>