Shades of Tenne (Tawny) #BD5102
Tints of Tenne (Tawny) #BD5102
RGB
CMYK
RGB Variations
Color information
#BD5102 (or 0xBD5102) is known color: Tenne (Tawny). HEX triplet: BD, 51 and 02. RGB value is (189,81,2). Sum of RGB (Red+Green+Blue) = 189+81+2=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5102 is #42AEFD. Grayscale: #686868. Windows color (decimal): -4370174 or 151997. OLE color: 151997.
HSL color Cylindrical-coordinate representation of color #BD5102: hue angle of 25.35º 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 #BD5102 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.26 |
| HSL | 25.35º | 0.98% | 0.37% | - |
| HSV(B) | 25.35º | 0.99% | 0.74% | - |
| XYZ | 23.94 | 16.71 | 2.02 | - |
| YUV | 104.29 | 70.28 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 2 | 0 | 0.57 | 0.99 | 0.26 | 25.35 | 0.98 | 0.37 |
| Hex | BD | 51 | 2 | 0 | 39 | 63 | 1A | 19 | 62 | 25 |
| Octal | 275 | 121 | 2 | 0 | 71 | 143 | 32 | 31 | 142 | 45 |
| Binary | 10111101 | 1010001 | 10 | 0 | 111001 | 1100011 | 11010 | 11001 | 1100010 | 100101 |
Color Harmonies of #BD5102
Complementary color
Monochromatic Colors of #BD5102
Black with #BD5102
Text Example
Text Example
White with #BD5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5102; }
p { color: rgb(189,81,2); }
H1.HeaderClassName
{
color: #BD5102;
}
.AnyTagClassName
{
color: #BD5102;
}
</style>
background-color css
<style>
a { background-color: #BD5102; }
a { background-color: rgb(189,81,2); }
div.DivClassName
{
background-color: #BD5102;
}
.BgClassName
{
background-color: #BD5102;
}
</style>
border-color css
<style>
span { border-color: #BD5102; }
span { border-color: rgb(189,81,2); }
td.TdClassName
{
border-color: #BD5102;
}
.TagClassName
{
border-color: #BD5102;
}
</style>