Shades of Tenne (Tawny) #BD6702
Tints of Tenne (Tawny) #BD6702
RGB
CMYK
RGB Variations
Color information
#BD6702 (or 0xBD6702) is known color: Tenne (Tawny). HEX triplet: BD, 67 and 02. RGB value is (189,103,2). Sum of RGB (Red+Green+Blue) = 189+103+2=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6702 is #4298FD. Grayscale: #757575. Windows color (decimal): -4364542 or 157629. OLE color: 157629.
HSL color Cylindrical-coordinate representation of color #BD6702: hue angle of 32.41º degrees, saturation: 0.98, 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 #BD6702 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.26 |
| HSL | 32.41º | 0.98% | 0.37% | - |
| HSV(B) | 32.41º | 0.99% | 0.74% | - |
| XYZ | 25.85 | 20.52 | 2.66 | - |
| YUV | 117.2 | 62.99 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 2 | 0 | 0.46 | 0.99 | 0.26 | 32.41 | 0.98 | 0.37 |
| Hex | BD | 67 | 2 | 0 | 2E | 63 | 1A | 20 | 62 | 25 |
| Octal | 275 | 147 | 2 | 0 | 56 | 143 | 32 | 40 | 142 | 45 |
| Binary | 10111101 | 1100111 | 10 | 0 | 101110 | 1100011 | 11010 | 100000 | 1100010 | 100101 |
Color Harmonies of #BD6702
Complementary color
Monochromatic Colors of #BD6702
Black with #BD6702
Text Example
Text Example
White with #BD6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6702; }
p { color: rgb(189,103,2); }
H1.HeaderClassName
{
color: #BD6702;
}
.AnyTagClassName
{
color: #BD6702;
}
</style>
background-color css
<style>
a { background-color: #BD6702; }
a { background-color: rgb(189,103,2); }
div.DivClassName
{
background-color: #BD6702;
}
.BgClassName
{
background-color: #BD6702;
}
</style>
border-color css
<style>
span { border-color: #BD6702; }
span { border-color: rgb(189,103,2); }
td.TdClassName
{
border-color: #BD6702;
}
.TagClassName
{
border-color: #BD6702;
}
</style>