Shades of Tenne (Tawny) #BD5302
Tints of Tenne (Tawny) #BD5302
RGB
CMYK
RGB Variations
Color information
#BD5302 (or 0xBD5302) is known color: Tenne (Tawny). HEX triplet: BD, 53 and 02. RGB value is (189,83,2). Sum of RGB (Red+Green+Blue) = 189+83+2=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5302 is #42ACFD. Grayscale: #696969. Windows color (decimal): -4369662 or 152509. OLE color: 152509.
HSL color Cylindrical-coordinate representation of color #BD5302: hue angle of 25.99º 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 #BD5302 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.26 |
| HSL | 25.99º | 0.98% | 0.37% | - |
| HSV(B) | 25.99º | 0.99% | 0.74% | - |
| XYZ | 24.09 | 17.01 | 2.07 | - |
| YUV | 105.46 | 69.62 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 2 | 0 | 0.56 | 0.99 | 0.26 | 25.99 | 0.98 | 0.37 |
| Hex | BD | 53 | 2 | 0 | 38 | 63 | 1A | 1A | 62 | 25 |
| Octal | 275 | 123 | 2 | 0 | 70 | 143 | 32 | 32 | 142 | 45 |
| Binary | 10111101 | 1010011 | 10 | 0 | 111000 | 1100011 | 11010 | 11010 | 1100010 | 100101 |
Color Harmonies of #BD5302
Complementary color
Monochromatic Colors of #BD5302
Black with #BD5302
Text Example
Text Example
White with #BD5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5302; }
p { color: rgb(189,83,2); }
H1.HeaderClassName
{
color: #BD5302;
}
.AnyTagClassName
{
color: #BD5302;
}
</style>
background-color css
<style>
a { background-color: #BD5302; }
a { background-color: rgb(189,83,2); }
div.DivClassName
{
background-color: #BD5302;
}
.BgClassName
{
background-color: #BD5302;
}
</style>
border-color css
<style>
span { border-color: #BD5302; }
span { border-color: rgb(189,83,2); }
td.TdClassName
{
border-color: #BD5302;
}
.TagClassName
{
border-color: #BD5302;
}
</style>