Shades of Tenne (Tawny) #BB6300
Tints of Tenne (Tawny) #BB6300
RGB
CMYK
RGB Variations
Color information
#BB6300 (or 0xBB6300) is known color: Tenne (Tawny). HEX triplet: BB, 63 and 00. RGB value is (187,99,0). Sum of RGB (Red+Green+Blue) = 187+99+0=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6300 is #449CFF. Grayscale: #727272. Windows color (decimal): -4496640 or 25531. OLE color: 25531.
HSL color Cylindrical-coordinate representation of color #BB6300: hue angle of 31.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB6300 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.27 |
| HSL | 31.76º | 1% | 0.37% | - |
| HSV(B) | 31.76º | 1% | 0.73% | - |
| XYZ | 24.96 | 19.49 | 2.45 | - |
| YUV | 114.03 | 63.65 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 0 | 0 | 0.47 | 1 | 0.27 | 31.76 | 1 | 0.37 |
| Hex | BB | 63 | 0 | 0 | 2F | 64 | 1B | 20 | 64 | 25 |
| Octal | 273 | 143 | 0 | 0 | 57 | 144 | 33 | 40 | 144 | 45 |
| Binary | 10111011 | 1100011 | 0 | 0 | 101111 | 1100100 | 11011 | 100000 | 1100100 | 100101 |
Color Harmonies of #BB6300
Complementary color
Monochromatic Colors of #BB6300
Black with #BB6300
Text Example
Text Example
White with #BB6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6300; }
p { color: rgb(187,99,0); }
H1.HeaderClassName
{
color: #BB6300;
}
.AnyTagClassName
{
color: #BB6300;
}
</style>
background-color css
<style>
a { background-color: #BB6300; }
a { background-color: rgb(187,99,0); }
div.DivClassName
{
background-color: #BB6300;
}
.BgClassName
{
background-color: #BB6300;
}
</style>
border-color css
<style>
span { border-color: #BB6300; }
span { border-color: rgb(187,99,0); }
td.TdClassName
{
border-color: #BB6300;
}
.TagClassName
{
border-color: #BB6300;
}
</style>