Shades of Tenne (Tawny) #BD6A03
Tints of Tenne (Tawny) #BD6A03
RGB
CMYK
RGB Variations
Color information
#BD6A03 (or 0xBD6A03) is known color: Tenne (Tawny). HEX triplet: BD, 6A and 03. RGB value is (189,106,3). Sum of RGB (Red+Green+Blue) = 189+106+3=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6A03 is #4295FC. Grayscale: #777777. Windows color (decimal): -4363773 or 223933. OLE color: 223933.
HSL color Cylindrical-coordinate representation of color #BD6A03: hue angle of 33.23º degrees, saturation: 0.97, 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 #BD6A03 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 3 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.26 |
| HSL | 33.23º | 0.97% | 0.38% | - |
| HSV(B) | 33.23º | 0.98% | 0.74% | - |
| XYZ | 26.16 | 21.13 | 2.79 | - |
| YUV | 119.08 | 62.5 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 3 | 0 | 0.44 | 0.98 | 0.26 | 33.23 | 0.97 | 0.38 |
| Hex | BD | 6A | 3 | 0 | 2C | 62 | 1A | 21 | 61 | 26 |
| Octal | 275 | 152 | 3 | 0 | 54 | 142 | 32 | 41 | 141 | 46 |
| Binary | 10111101 | 1101010 | 11 | 0 | 101100 | 1100010 | 11010 | 100001 | 1100001 | 100110 |
Color Harmonies of #BD6A03
Complementary color
Monochromatic Colors of #BD6A03
Black with #BD6A03
Text Example
Text Example
White with #BD6A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6A03; }
p { color: rgb(189,106,3); }
H1.HeaderClassName
{
color: #BD6A03;
}
.AnyTagClassName
{
color: #BD6A03;
}
</style>
background-color css
<style>
a { background-color: #BD6A03; }
a { background-color: rgb(189,106,3); }
div.DivClassName
{
background-color: #BD6A03;
}
.BgClassName
{
background-color: #BD6A03;
}
</style>
border-color css
<style>
span { border-color: #BD6A03; }
span { border-color: rgb(189,106,3); }
td.TdClassName
{
border-color: #BD6A03;
}
.TagClassName
{
border-color: #BD6A03;
}
</style>