Shades of Tenne (Tawny) #BD5002
Tints of Tenne (Tawny) #BD5002
RGB
CMYK
RGB Variations
Color information
#BD5002 (or 0xBD5002) is known color: Tenne (Tawny). HEX triplet: BD, 50 and 02. RGB value is (189,80,2). Sum of RGB (Red+Green+Blue) = 189+80+2=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5002 is #42AFFD. Grayscale: #686868. Windows color (decimal): -4370430 or 151741. OLE color: 151741.
HSL color Cylindrical-coordinate representation of color #BD5002: hue angle of 25.03º 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 #BD5002 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.26 |
| HSL | 25.03º | 0.98% | 0.37% | - |
| HSV(B) | 25.03º | 0.99% | 0.74% | - |
| XYZ | 23.87 | 16.56 | 2 | - |
| YUV | 103.7 | 70.61 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 2 | 0 | 0.58 | 0.99 | 0.26 | 25.03 | 0.98 | 0.37 |
| Hex | BD | 50 | 2 | 0 | 3A | 63 | 1A | 19 | 62 | 25 |
| Octal | 275 | 120 | 2 | 0 | 72 | 143 | 32 | 31 | 142 | 45 |
| Binary | 10111101 | 1010000 | 10 | 0 | 111010 | 1100011 | 11010 | 11001 | 1100010 | 100101 |
Color Harmonies of #BD5002
Complementary color
Monochromatic Colors of #BD5002
Black with #BD5002
Text Example
Text Example
White with #BD5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5002; }
p { color: rgb(189,80,2); }
H1.HeaderClassName
{
color: #BD5002;
}
.AnyTagClassName
{
color: #BD5002;
}
</style>
background-color css
<style>
a { background-color: #BD5002; }
a { background-color: rgb(189,80,2); }
div.DivClassName
{
background-color: #BD5002;
}
.BgClassName
{
background-color: #BD5002;
}
</style>
border-color css
<style>
span { border-color: #BD5002; }
span { border-color: rgb(189,80,2); }
td.TdClassName
{
border-color: #BD5002;
}
.TagClassName
{
border-color: #BD5002;
}
</style>