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