Shades of Tenne (Tawny) #BD6402
Tints of Tenne (Tawny) #BD6402
RGB
CMYK
RGB Variations
Color information
#BD6402 (or 0xBD6402) is known color: Tenne (Tawny). HEX triplet: BD, 64 and 02. RGB value is (189,100,2). Sum of RGB (Red+Green+Blue) = 189+100+2=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6402 is #429BFD. Grayscale: #737373. Windows color (decimal): -4365310 or 156861. OLE color: 156861.
HSL color Cylindrical-coordinate representation of color #BD6402: hue angle of 31.44º 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 #BD6402 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.26 |
| HSL | 31.44º | 0.98% | 0.37% | - |
| HSV(B) | 31.44º | 0.99% | 0.74% | - |
| XYZ | 25.55 | 19.94 | 2.56 | - |
| YUV | 115.44 | 63.99 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 2 | 0 | 0.47 | 0.99 | 0.26 | 31.44 | 0.98 | 0.37 |
| Hex | BD | 64 | 2 | 0 | 2F | 63 | 1A | 1F | 62 | 25 |
| Octal | 275 | 144 | 2 | 0 | 57 | 143 | 32 | 37 | 142 | 45 |
| Binary | 10111101 | 1100100 | 10 | 0 | 101111 | 1100011 | 11010 | 11111 | 1100010 | 100101 |
Color Harmonies of #BD6402
Complementary color
Monochromatic Colors of #BD6402
Black with #BD6402
Text Example
Text Example
White with #BD6402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6402; }
p { color: rgb(189,100,2); }
H1.HeaderClassName
{
color: #BD6402;
}
.AnyTagClassName
{
color: #BD6402;
}
</style>
background-color css
<style>
a { background-color: #BD6402; }
a { background-color: rgb(189,100,2); }
div.DivClassName
{
background-color: #BD6402;
}
.BgClassName
{
background-color: #BD6402;
}
</style>
border-color css
<style>
span { border-color: #BD6402; }
span { border-color: rgb(189,100,2); }
td.TdClassName
{
border-color: #BD6402;
}
.TagClassName
{
border-color: #BD6402;
}
</style>