Shades of Tenne (Tawny) #BD5903
Tints of Tenne (Tawny) #BD5903
RGB
CMYK
RGB Variations
Color information
#BD5903 (or 0xBD5903) is known color: Tenne (Tawny). HEX triplet: BD, 59 and 03. RGB value is (189,89,3). Sum of RGB (Red+Green+Blue) = 189+89+3=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5903 is #42A6FC. Grayscale: #6D6D6D. Windows color (decimal): -4368125 or 219581. OLE color: 219581.
HSL color Cylindrical-coordinate representation of color #BD5903: hue angle of 27.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD5903 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.26 |
| HSL | 27.74º | 0.97% | 0.38% | - |
| HSV(B) | 27.74º | 0.98% | 0.74% | - |
| XYZ | 24.58 | 17.97 | 2.26 | - |
| YUV | 109.1 | 68.13 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 3 | 0 | 0.53 | 0.98 | 0.26 | 27.74 | 0.97 | 0.38 |
| Hex | BD | 59 | 3 | 0 | 35 | 62 | 1A | 1C | 61 | 26 |
| Octal | 275 | 131 | 3 | 0 | 65 | 142 | 32 | 34 | 141 | 46 |
| Binary | 10111101 | 1011001 | 11 | 0 | 110101 | 1100010 | 11010 | 11100 | 1100001 | 100110 |
Color Harmonies of #BD5903
Complementary color
Monochromatic Colors of #BD5903
Black with #BD5903
Text Example
Text Example
White with #BD5903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5903; }
p { color: rgb(189,89,3); }
H1.HeaderClassName
{
color: #BD5903;
}
.AnyTagClassName
{
color: #BD5903;
}
</style>
background-color css
<style>
a { background-color: #BD5903; }
a { background-color: rgb(189,89,3); }
div.DivClassName
{
background-color: #BD5903;
}
.BgClassName
{
background-color: #BD5903;
}
</style>
border-color css
<style>
span { border-color: #BD5903; }
span { border-color: rgb(189,89,3); }
td.TdClassName
{
border-color: #BD5903;
}
.TagClassName
{
border-color: #BD5903;
}
</style>