Shades of Tenne (Tawny) #BD6300
Tints of Tenne (Tawny) #BD6300
RGB
CMYK
RGB Variations
Color information
#BD6300 (or 0xBD6300) is known color: Tenne (Tawny). HEX triplet: BD, 63 and 00. RGB value is (189,99,0). Sum of RGB (Red+Green+Blue) = 189+99+0=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6300 is #429CFF. Grayscale: #737373. Windows color (decimal): -4365568 or 25533. OLE color: 25533.
HSL color Cylindrical-coordinate representation of color #BD6300: hue angle of 31.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD6300 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.26 |
| HSL | 31.43º | 1% | 0.37% | - |
| HSV(B) | 31.43º | 1% | 0.74% | - |
| XYZ | 25.45 | 19.74 | 2.47 | - |
| YUV | 114.62 | 63.32 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 0 | 0 | 0.48 | 1 | 0.26 | 31.43 | 1 | 0.37 |
| Hex | BD | 63 | 0 | 0 | 30 | 64 | 1A | 1F | 64 | 25 |
| Octal | 275 | 143 | 0 | 0 | 60 | 144 | 32 | 37 | 144 | 45 |
| Binary | 10111101 | 1100011 | 0 | 0 | 110000 | 1100100 | 11010 | 11111 | 1100100 | 100101 |
Color Harmonies of #BD6300
Complementary color
Monochromatic Colors of #BD6300
Black with #BD6300
Text Example
Text Example
White with #BD6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6300; }
p { color: rgb(189,99,0); }
H1.HeaderClassName
{
color: #BD6300;
}
.AnyTagClassName
{
color: #BD6300;
}
</style>
background-color css
<style>
a { background-color: #BD6300; }
a { background-color: rgb(189,99,0); }
div.DivClassName
{
background-color: #BD6300;
}
.BgClassName
{
background-color: #BD6300;
}
</style>
border-color css
<style>
span { border-color: #BD6300; }
span { border-color: rgb(189,99,0); }
td.TdClassName
{
border-color: #BD6300;
}
.TagClassName
{
border-color: #BD6300;
}
</style>