Shades of Tenne (Tawny) #BD5D04
Tints of Tenne (Tawny) #BD5D04
RGB
CMYK
RGB Variations
Color information
#BD5D04 (or 0xBD5D04) is known color: Tenne (Tawny). HEX triplet: BD, 5D and 04. RGB value is (189,93,4). Sum of RGB (Red+Green+Blue) = 189+93+4=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5D04 is #42A2FB. Grayscale: #707070. Windows color (decimal): -4367100 or 286141. OLE color: 286141.
HSL color Cylindrical-coordinate representation of color #BD5D04: hue angle of 28.86º degrees, saturation: 0.96, 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 #BD5D04 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.26 |
| HSL | 28.86º | 0.96% | 0.38% | - |
| HSV(B) | 28.86º | 0.98% | 0.74% | - |
| XYZ | 24.92 | 18.66 | 2.4 | - |
| YUV | 111.56 | 67.3 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 4 | 0 | 0.51 | 0.98 | 0.26 | 28.86 | 0.96 | 0.38 |
| Hex | BD | 5D | 4 | 0 | 33 | 62 | 1A | 1D | 60 | 26 |
| Octal | 275 | 135 | 4 | 0 | 63 | 142 | 32 | 35 | 140 | 46 |
| Binary | 10111101 | 1011101 | 100 | 0 | 110011 | 1100010 | 11010 | 11101 | 1100000 | 100110 |
Color Harmonies of #BD5D04
Complementary color
Monochromatic Colors of #BD5D04
Black with #BD5D04
Text Example
Text Example
White with #BD5D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5D04; }
p { color: rgb(189,93,4); }
H1.HeaderClassName
{
color: #BD5D04;
}
.AnyTagClassName
{
color: #BD5D04;
}
</style>
background-color css
<style>
a { background-color: #BD5D04; }
a { background-color: rgb(189,93,4); }
div.DivClassName
{
background-color: #BD5D04;
}
.BgClassName
{
background-color: #BD5D04;
}
</style>
border-color css
<style>
span { border-color: #BD5D04; }
span { border-color: rgb(189,93,4); }
td.TdClassName
{
border-color: #BD5D04;
}
.TagClassName
{
border-color: #BD5D04;
}
</style>