Shades of Tenne (Tawny) #BD590B
Tints of Tenne (Tawny) #BD590B
RGB
CMYK
RGB Variations
Color information
#BD590B (or 0xBD590B) is known color: Tenne (Tawny). HEX triplet: BD, 59 and 0B. RGB value is (189,89,11). Sum of RGB (Red+Green+Blue) = 189+89+11=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD590B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD590B is #42A6F4. Grayscale: #6E6E6E. Windows color (decimal): -4368117 or 743869. OLE color: 743869.
HSL color Cylindrical-coordinate representation of color #BD590B: hue angle of 26.29º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD590B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.26 |
| HSL | 26.29º | 0.89% | 0.39% | - |
| HSV(B) | 26.29º | 0.94% | 0.74% | - |
| XYZ | 24.62 | 17.99 | 2.49 | - |
| YUV | 110.01 | 72.13 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 11 | 0 | 0.53 | 0.94 | 0.26 | 26.29 | 0.89 | 0.39 |
| Hex | BD | 59 | B | 0 | 35 | 5E | 1A | 1A | 59 | 27 |
| Octal | 275 | 131 | 13 | 0 | 65 | 136 | 32 | 32 | 131 | 47 |
| Binary | 10111101 | 1011001 | 1011 | 0 | 110101 | 1011110 | 11010 | 11010 | 1011001 | 100111 |
Color Harmonies of #BD590B
Complementary color
Monochromatic Colors of #BD590B
Black with #BD590B
Text Example
Text Example
White with #BD590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD590B; }
p { color: rgb(189,89,11); }
H1.HeaderClassName
{
color: #BD590B;
}
.AnyTagClassName
{
color: #BD590B;
}
</style>
background-color css
<style>
a { background-color: #BD590B; }
a { background-color: rgb(189,89,11); }
div.DivClassName
{
background-color: #BD590B;
}
.BgClassName
{
background-color: #BD590B;
}
</style>
border-color css
<style>
span { border-color: #BD590B; }
span { border-color: rgb(189,89,11); }
td.TdClassName
{
border-color: #BD590B;
}
.TagClassName
{
border-color: #BD590B;
}
</style>