Shades of Tenne (Tawny) #BD6208
Tints of Tenne (Tawny) #BD6208
RGB
CMYK
RGB Variations
Color information
#BD6208 (or 0xBD6208) is known color: Tenne (Tawny). HEX triplet: BD, 62 and 08. RGB value is (189,98,8). Sum of RGB (Red+Green+Blue) = 189+98+8=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6208 is #429DF7. Grayscale: #737373. Windows color (decimal): -4365816 or 549565. OLE color: 549565.
HSL color Cylindrical-coordinate representation of color #BD6208: hue angle of 29.83º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD6208 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 8 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.26 |
| HSL | 29.83º | 0.92% | 0.39% | - |
| HSV(B) | 29.83º | 0.96% | 0.74% | - |
| XYZ | 25.4 | 19.57 | 2.67 | - |
| YUV | 114.95 | 67.65 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 8 | 0 | 0.48 | 0.96 | 0.26 | 29.83 | 0.92 | 0.39 |
| Hex | BD | 62 | 8 | 0 | 30 | 60 | 1A | 1E | 5C | 27 |
| Octal | 275 | 142 | 10 | 0 | 60 | 140 | 32 | 36 | 134 | 47 |
| Binary | 10111101 | 1100010 | 1000 | 0 | 110000 | 1100000 | 11010 | 11110 | 1011100 | 100111 |
Color Harmonies of #BD6208
Complementary color
Monochromatic Colors of #BD6208
Black with #BD6208
Text Example
Text Example
White with #BD6208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6208; }
p { color: rgb(189,98,8); }
H1.HeaderClassName
{
color: #BD6208;
}
.AnyTagClassName
{
color: #BD6208;
}
</style>
background-color css
<style>
a { background-color: #BD6208; }
a { background-color: rgb(189,98,8); }
div.DivClassName
{
background-color: #BD6208;
}
.BgClassName
{
background-color: #BD6208;
}
</style>
border-color css
<style>
span { border-color: #BD6208; }
span { border-color: rgb(189,98,8); }
td.TdClassName
{
border-color: #BD6208;
}
.TagClassName
{
border-color: #BD6208;
}
</style>