Shades of Tenne (Tawny) #BD5802
Tints of Tenne (Tawny) #BD5802
RGB
CMYK
RGB Variations
Color information
#BD5802 (or 0xBD5802) is known color: Tenne (Tawny). HEX triplet: BD, 58 and 02. RGB value is (189,88,2). Sum of RGB (Red+Green+Blue) = 189+88+2=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5802 is #42A7FD. Grayscale: #6C6C6C. Windows color (decimal): -4368382 or 153789. OLE color: 153789.
HSL color Cylindrical-coordinate representation of color #BD5802: hue angle of 27.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD5802 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.26 |
| HSL | 27.59º | 0.98% | 0.37% | - |
| HSV(B) | 27.59º | 0.99% | 0.74% | - |
| XYZ | 24.49 | 17.8 | 2.2 | - |
| YUV | 108.4 | 67.96 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 2 | 0 | 0.53 | 0.99 | 0.26 | 27.59 | 0.98 | 0.37 |
| Hex | BD | 58 | 2 | 0 | 35 | 63 | 1A | 1C | 62 | 25 |
| Octal | 275 | 130 | 2 | 0 | 65 | 143 | 32 | 34 | 142 | 45 |
| Binary | 10111101 | 1011000 | 10 | 0 | 110101 | 1100011 | 11010 | 11100 | 1100010 | 100101 |
Color Harmonies of #BD5802
Complementary color
Monochromatic Colors of #BD5802
Black with #BD5802
Text Example
Text Example
White with #BD5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5802; }
p { color: rgb(189,88,2); }
H1.HeaderClassName
{
color: #BD5802;
}
.AnyTagClassName
{
color: #BD5802;
}
</style>
background-color css
<style>
a { background-color: #BD5802; }
a { background-color: rgb(189,88,2); }
div.DivClassName
{
background-color: #BD5802;
}
.BgClassName
{
background-color: #BD5802;
}
</style>
border-color css
<style>
span { border-color: #BD5802; }
span { border-color: rgb(189,88,2); }
td.TdClassName
{
border-color: #BD5802;
}
.TagClassName
{
border-color: #BD5802;
}
</style>