Shades of Tenne (Tawny) #BD630F
Tints of Tenne (Tawny) #BD630F
RGB
CMYK
RGB Variations
Color information
#BD630F (or 0xBD630F) is known color: Tenne (Tawny). HEX triplet: BD, 63 and 0F. RGB value is (189,99,15). Sum of RGB (Red+Green+Blue) = 189+99+15=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD630F is #429CF0. Grayscale: #747474. Windows color (decimal): -4365553 or 1008573. OLE color: 1008573.
HSL color Cylindrical-coordinate representation of color #BD630F: hue angle of 28.97º 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 #BD630F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 15 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.26 |
| HSL | 28.97º | 0.85% | 0.4% | - |
| HSV(B) | 28.97º | 0.92% | 0.74% | - |
| XYZ | 25.53 | 19.78 | 2.92 | - |
| YUV | 116.33 | 70.82 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 15 | 0 | 0.48 | 0.92 | 0.26 | 28.97 | 0.85 | 0.4 |
| Hex | BD | 63 | F | 0 | 30 | 5C | 1A | 1D | 55 | 28 |
| Octal | 275 | 143 | 17 | 0 | 60 | 134 | 32 | 35 | 125 | 50 |
| Binary | 10111101 | 1100011 | 1111 | 0 | 110000 | 1011100 | 11010 | 11101 | 1010101 | 101000 |
Color Harmonies of #BD630F
Complementary color
Monochromatic Colors of #BD630F
Black with #BD630F
Text Example
Text Example
White with #BD630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD630F; }
p { color: rgb(189,99,15); }
H1.HeaderClassName
{
color: #BD630F;
}
.AnyTagClassName
{
color: #BD630F;
}
</style>
background-color css
<style>
a { background-color: #BD630F; }
a { background-color: rgb(189,99,15); }
div.DivClassName
{
background-color: #BD630F;
}
.BgClassName
{
background-color: #BD630F;
}
</style>
border-color css
<style>
span { border-color: #BD630F; }
span { border-color: rgb(189,99,15); }
td.TdClassName
{
border-color: #BD630F;
}
.TagClassName
{
border-color: #BD630F;
}
</style>