Shades of Tenne (Tawny) #BD6A07
Tints of Tenne (Tawny) #BD6A07
RGB
CMYK
RGB Variations
Color information
#BD6A07 (or 0xBD6A07) is known color: Tenne (Tawny). HEX triplet: BD, 6A and 07. RGB value is (189,106,7). Sum of RGB (Red+Green+Blue) = 189+106+7=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6A07 is #4295F8. Grayscale: #787878. Windows color (decimal): -4363769 or 486077. OLE color: 486077.
HSL color Cylindrical-coordinate representation of color #BD6A07: hue angle of 32.64º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD6A07 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 7 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.26 |
| HSL | 32.64º | 0.93% | 0.38% | - |
| HSV(B) | 32.64º | 0.96% | 0.74% | - |
| XYZ | 26.18 | 21.14 | 2.9 | - |
| YUV | 119.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 7 | 0 | 0.44 | 0.96 | 0.26 | 32.64 | 0.93 | 0.38 |
| Hex | BD | 6A | 7 | 0 | 2C | 60 | 1A | 21 | 5D | 26 |
| Octal | 275 | 152 | 7 | 0 | 54 | 140 | 32 | 41 | 135 | 46 |
| Binary | 10111101 | 1101010 | 111 | 0 | 101100 | 1100000 | 11010 | 100001 | 1011101 | 100110 |
Color Harmonies of #BD6A07
Complementary color
Monochromatic Colors of #BD6A07
Black with #BD6A07
Text Example
Text Example
White with #BD6A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6A07; }
p { color: rgb(189,106,7); }
H1.HeaderClassName
{
color: #BD6A07;
}
.AnyTagClassName
{
color: #BD6A07;
}
</style>
background-color css
<style>
a { background-color: #BD6A07; }
a { background-color: rgb(189,106,7); }
div.DivClassName
{
background-color: #BD6A07;
}
.BgClassName
{
background-color: #BD6A07;
}
</style>
border-color css
<style>
span { border-color: #BD6A07; }
span { border-color: rgb(189,106,7); }
td.TdClassName
{
border-color: #BD6A07;
}
.TagClassName
{
border-color: #BD6A07;
}
</style>