Shades of Tenne (Tawny) #BD600F
Tints of Tenne (Tawny) #BD600F
RGB
CMYK
RGB Variations
Color information
#BD600F (or 0xBD600F) is known color: Tenne (Tawny). HEX triplet: BD, 60 and 0F. RGB value is (189,96,15). Sum of RGB (Red+Green+Blue) = 189+96+15=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD600F is #429FF0. Grayscale: #727272. Windows color (decimal): -4366321 or 1007805. OLE color: 1007805.
HSL color Cylindrical-coordinate representation of color #BD600F: hue angle of 27.93º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD600F is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 15 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.26 |
| HSL | 27.93º | 0.85% | 0.4% | - |
| HSV(B) | 27.93º | 0.92% | 0.74% | - |
| XYZ | 25.26 | 19.22 | 2.83 | - |
| YUV | 114.57 | 71.81 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 15 | 0 | 0.49 | 0.92 | 0.26 | 27.93 | 0.85 | 0.4 |
| Hex | BD | 60 | F | 0 | 31 | 5C | 1A | 1C | 55 | 28 |
| Octal | 275 | 140 | 17 | 0 | 61 | 134 | 32 | 34 | 125 | 50 |
| Binary | 10111101 | 1100000 | 1111 | 0 | 110001 | 1011100 | 11010 | 11100 | 1010101 | 101000 |
Color Harmonies of #BD600F
Complementary color
Monochromatic Colors of #BD600F
Black with #BD600F
Text Example
Text Example
White with #BD600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD600F; }
p { color: rgb(189,96,15); }
H1.HeaderClassName
{
color: #BD600F;
}
.AnyTagClassName
{
color: #BD600F;
}
</style>
background-color css
<style>
a { background-color: #BD600F; }
a { background-color: rgb(189,96,15); }
div.DivClassName
{
background-color: #BD600F;
}
.BgClassName
{
background-color: #BD600F;
}
</style>
border-color css
<style>
span { border-color: #BD600F; }
span { border-color: rgb(189,96,15); }
td.TdClassName
{
border-color: #BD600F;
}
.TagClassName
{
border-color: #BD600F;
}
</style>