Shades of Tenne (Tawny) #BD5103
Tints of Tenne (Tawny) #BD5103
RGB
CMYK
RGB Variations
Color information
#BD5103 (or 0xBD5103) is known color: Tenne (Tawny). HEX triplet: BD, 51 and 03. RGB value is (189,81,3). Sum of RGB (Red+Green+Blue) = 189+81+3=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5103 is #42AEFC. Grayscale: #686868. Windows color (decimal): -4370173 or 217533. OLE color: 217533.
HSL color Cylindrical-coordinate representation of color #BD5103: hue angle of 25.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD5103 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.26 |
| HSL | 25.16º | 0.97% | 0.38% | - |
| HSV(B) | 25.16º | 0.98% | 0.74% | - |
| XYZ | 23.95 | 16.71 | 2.05 | - |
| YUV | 104.4 | 70.78 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 3 | 0 | 0.57 | 0.98 | 0.26 | 25.16 | 0.97 | 0.38 |
| Hex | BD | 51 | 3 | 0 | 39 | 62 | 1A | 19 | 61 | 26 |
| Octal | 275 | 121 | 3 | 0 | 71 | 142 | 32 | 31 | 141 | 46 |
| Binary | 10111101 | 1010001 | 11 | 0 | 111001 | 1100010 | 11010 | 11001 | 1100001 | 100110 |
Color Harmonies of #BD5103
Complementary color
Monochromatic Colors of #BD5103
Black with #BD5103
Text Example
Text Example
White with #BD5103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5103; }
p { color: rgb(189,81,3); }
H1.HeaderClassName
{
color: #BD5103;
}
.AnyTagClassName
{
color: #BD5103;
}
</style>
background-color css
<style>
a { background-color: #BD5103; }
a { background-color: rgb(189,81,3); }
div.DivClassName
{
background-color: #BD5103;
}
.BgClassName
{
background-color: #BD5103;
}
</style>
border-color css
<style>
span { border-color: #BD5103; }
span { border-color: rgb(189,81,3); }
td.TdClassName
{
border-color: #BD5103;
}
.TagClassName
{
border-color: #BD5103;
}
</style>