Shades of Tenne (Tawny) #BD650F
Tints of Tenne (Tawny) #BD650F
RGB
CMYK
RGB Variations
Color information
#BD650F (or 0xBD650F) is known color: Tenne (Tawny). HEX triplet: BD, 65 and 0F. RGB value is (189,101,15). Sum of RGB (Red+Green+Blue) = 189+101+15=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD650F is #429AF0. Grayscale: #757575. Windows color (decimal): -4365041 or 1009085. OLE color: 1009085.
HSL color Cylindrical-coordinate representation of color #BD650F: hue angle of 29.66º 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 #BD650F is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 15 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.26 |
| HSL | 29.66º | 0.85% | 0.4% | - |
| HSV(B) | 29.66º | 0.92% | 0.74% | - |
| XYZ | 25.73 | 20.16 | 2.99 | - |
| YUV | 117.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 15 | 0 | 0.47 | 0.92 | 0.26 | 29.66 | 0.85 | 0.4 |
| Hex | BD | 65 | F | 0 | 2F | 5C | 1A | 1E | 55 | 28 |
| Octal | 275 | 145 | 17 | 0 | 57 | 134 | 32 | 36 | 125 | 50 |
| Binary | 10111101 | 1100101 | 1111 | 0 | 101111 | 1011100 | 11010 | 11110 | 1010101 | 101000 |
Color Harmonies of #BD650F
Complementary color
Monochromatic Colors of #BD650F
Black with #BD650F
Text Example
Text Example
White with #BD650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD650F; }
p { color: rgb(189,101,15); }
H1.HeaderClassName
{
color: #BD650F;
}
.AnyTagClassName
{
color: #BD650F;
}
</style>
background-color css
<style>
a { background-color: #BD650F; }
a { background-color: rgb(189,101,15); }
div.DivClassName
{
background-color: #BD650F;
}
.BgClassName
{
background-color: #BD650F;
}
</style>
border-color css
<style>
span { border-color: #BD650F; }
span { border-color: rgb(189,101,15); }
td.TdClassName
{
border-color: #BD650F;
}
.TagClassName
{
border-color: #BD650F;
}
</style>