Shades of Tenne (Tawny) #BD5200
Tints of Tenne (Tawny) #BD5200
RGB
CMYK
RGB Variations
Color information
#BD5200 (or 0xBD5200) is known color: Tenne (Tawny). HEX triplet: BD, 52 and 00. RGB value is (189,82,0). Sum of RGB (Red+Green+Blue) = 189+82+0=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5200 is #42ADFF. Grayscale: #696969. Windows color (decimal): -4369920 or 21181. OLE color: 21181.
HSL color Cylindrical-coordinate representation of color #BD5200: hue angle of 26.03º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD5200 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.26 |
| HSL | 26.03º | 1% | 0.37% | - |
| HSV(B) | 26.03º | 1% | 0.74% | - |
| XYZ | 24 | 16.85 | 1.99 | - |
| YUV | 104.65 | 68.95 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 0 | 0 | 0.57 | 1 | 0.26 | 26.03 | 1 | 0.37 |
| Hex | BD | 52 | 0 | 0 | 39 | 64 | 1A | 1A | 64 | 25 |
| Octal | 275 | 122 | 0 | 0 | 71 | 144 | 32 | 32 | 144 | 45 |
| Binary | 10111101 | 1010010 | 0 | 0 | 111001 | 1100100 | 11010 | 11010 | 1100100 | 100101 |
Color Harmonies of #BD5200
Complementary color
Monochromatic Colors of #BD5200
Black with #BD5200
Text Example
Text Example
White with #BD5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5200; }
p { color: rgb(189,82,0); }
H1.HeaderClassName
{
color: #BD5200;
}
.AnyTagClassName
{
color: #BD5200;
}
</style>
background-color css
<style>
a { background-color: #BD5200; }
a { background-color: rgb(189,82,0); }
div.DivClassName
{
background-color: #BD5200;
}
.BgClassName
{
background-color: #BD5200;
}
</style>
border-color css
<style>
span { border-color: #BD5200; }
span { border-color: rgb(189,82,0); }
td.TdClassName
{
border-color: #BD5200;
}
.TagClassName
{
border-color: #BD5200;
}
</style>