Shades of Tenne (Tawny) #BD6604
Tints of Tenne (Tawny) #BD6604
RGB
CMYK
RGB Variations
Color information
#BD6604 (or 0xBD6604) is known color: Tenne (Tawny). HEX triplet: BD, 66 and 04. RGB value is (189,102,4). Sum of RGB (Red+Green+Blue) = 189+102+4=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6604 is #4299FB. Grayscale: #757575. Windows color (decimal): -4364796 or 288445. OLE color: 288445.
HSL color Cylindrical-coordinate representation of color #BD6604: hue angle of 31.78º 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 #BD6604 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.26 |
| HSL | 31.78º | 0.96% | 0.38% | - |
| HSV(B) | 31.78º | 0.98% | 0.74% | - |
| XYZ | 25.76 | 20.33 | 2.68 | - |
| YUV | 116.84 | 64.32 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 4 | 0 | 0.46 | 0.98 | 0.26 | 31.78 | 0.96 | 0.38 |
| Hex | BD | 66 | 4 | 0 | 2E | 62 | 1A | 20 | 60 | 26 |
| Octal | 275 | 146 | 4 | 0 | 56 | 142 | 32 | 40 | 140 | 46 |
| Binary | 10111101 | 1100110 | 100 | 0 | 101110 | 1100010 | 11010 | 100000 | 1100000 | 100110 |
Color Harmonies of #BD6604
Complementary color
Monochromatic Colors of #BD6604
Black with #BD6604
Text Example
Text Example
White with #BD6604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6604; }
p { color: rgb(189,102,4); }
H1.HeaderClassName
{
color: #BD6604;
}
.AnyTagClassName
{
color: #BD6604;
}
</style>
background-color css
<style>
a { background-color: #BD6604; }
a { background-color: rgb(189,102,4); }
div.DivClassName
{
background-color: #BD6604;
}
.BgClassName
{
background-color: #BD6604;
}
</style>
border-color css
<style>
span { border-color: #BD6604; }
span { border-color: rgb(189,102,4); }
td.TdClassName
{
border-color: #BD6604;
}
.TagClassName
{
border-color: #BD6604;
}
</style>