Shades of Tenne (Tawny) #BD580B
Tints of Tenne (Tawny) #BD580B
RGB
CMYK
RGB Variations
Color information
#BD580B (or 0xBD580B) is known color: Tenne (Tawny). HEX triplet: BD, 58 and 0B. RGB value is (189,88,11). Sum of RGB (Red+Green+Blue) = 189+88+11=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD580B is #42A7F4. Grayscale: #6D6D6D. Windows color (decimal): -4368373 or 743613. OLE color: 743613.
HSL color Cylindrical-coordinate representation of color #BD580B: hue angle of 25.96º 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 #BD580B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.26 |
| HSL | 25.96º | 0.89% | 0.39% | - |
| HSV(B) | 25.96º | 0.94% | 0.74% | - |
| XYZ | 24.54 | 17.82 | 2.46 | - |
| YUV | 109.42 | 72.46 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 11 | 0 | 0.53 | 0.94 | 0.26 | 25.96 | 0.89 | 0.39 |
| Hex | BD | 58 | B | 0 | 35 | 5E | 1A | 1A | 59 | 27 |
| Octal | 275 | 130 | 13 | 0 | 65 | 136 | 32 | 32 | 131 | 47 |
| Binary | 10111101 | 1011000 | 1011 | 0 | 110101 | 1011110 | 11010 | 11010 | 1011001 | 100111 |
Color Harmonies of #BD580B
Complementary color
Monochromatic Colors of #BD580B
Black with #BD580B
Text Example
Text Example
White with #BD580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD580B; }
p { color: rgb(189,88,11); }
H1.HeaderClassName
{
color: #BD580B;
}
.AnyTagClassName
{
color: #BD580B;
}
</style>
background-color css
<style>
a { background-color: #BD580B; }
a { background-color: rgb(189,88,11); }
div.DivClassName
{
background-color: #BD580B;
}
.BgClassName
{
background-color: #BD580B;
}
</style>
border-color css
<style>
span { border-color: #BD580B; }
span { border-color: rgb(189,88,11); }
td.TdClassName
{
border-color: #BD580B;
}
.TagClassName
{
border-color: #BD580B;
}
</style>