Shades of Tenne (Tawny) #BD640F
Tints of Tenne (Tawny) #BD640F
RGB
CMYK
RGB Variations
Color information
#BD640F (or 0xBD640F) is known color: Tenne (Tawny). HEX triplet: BD, 64 and 0F. RGB value is (189,100,15). Sum of RGB (Red+Green+Blue) = 189+100+15=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD640F is #429BF0. Grayscale: #757575. Windows color (decimal): -4365297 or 1008829. OLE color: 1008829.
HSL color Cylindrical-coordinate representation of color #BD640F: hue angle of 29.31º 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 #BD640F is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 15 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.26 |
| HSL | 29.31º | 0.85% | 0.4% | - |
| HSV(B) | 29.31º | 0.92% | 0.74% | - |
| XYZ | 25.63 | 19.97 | 2.96 | - |
| YUV | 116.92 | 70.49 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 15 | 0 | 0.47 | 0.92 | 0.26 | 29.31 | 0.85 | 0.4 |
| Hex | BD | 64 | F | 0 | 2F | 5C | 1A | 1D | 55 | 28 |
| Octal | 275 | 144 | 17 | 0 | 57 | 134 | 32 | 35 | 125 | 50 |
| Binary | 10111101 | 1100100 | 1111 | 0 | 101111 | 1011100 | 11010 | 11101 | 1010101 | 101000 |
Color Harmonies of #BD640F
Complementary color
Monochromatic Colors of #BD640F
Black with #BD640F
Text Example
Text Example
White with #BD640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD640F; }
p { color: rgb(189,100,15); }
H1.HeaderClassName
{
color: #BD640F;
}
.AnyTagClassName
{
color: #BD640F;
}
</style>
background-color css
<style>
a { background-color: #BD640F; }
a { background-color: rgb(189,100,15); }
div.DivClassName
{
background-color: #BD640F;
}
.BgClassName
{
background-color: #BD640F;
}
</style>
border-color css
<style>
span { border-color: #BD640F; }
span { border-color: rgb(189,100,15); }
td.TdClassName
{
border-color: #BD640F;
}
.TagClassName
{
border-color: #BD640F;
}
</style>