Shades of Tenne (Tawny) #BB6000
Tints of Tenne (Tawny) #BB6000
RGB
CMYK
RGB Variations
Color information
#BB6000 (or 0xBB6000) is known color: Tenne (Tawny). HEX triplet: BB, 60 and 00. RGB value is (187,96,0). Sum of RGB (Red+Green+Blue) = 187+96+0=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6000 is #449FFF. Grayscale: #707070. Windows color (decimal): -4497408 or 24763. OLE color: 24763.
HSL color Cylindrical-coordinate representation of color #BB6000: hue angle of 30.8º 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 #BB6000 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.27 |
| HSL | 30.8º | 1% | 0.37% | - |
| HSV(B) | 30.8º | 1% | 0.73% | - |
| XYZ | 24.68 | 18.93 | 2.35 | - |
| YUV | 112.27 | 64.65 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 0 | 0 | 0.49 | 1 | 0.27 | 30.8 | 1 | 0.37 |
| Hex | BB | 60 | 0 | 0 | 31 | 64 | 1B | 1F | 64 | 25 |
| Octal | 273 | 140 | 0 | 0 | 61 | 144 | 33 | 37 | 144 | 45 |
| Binary | 10111011 | 1100000 | 0 | 0 | 110001 | 1100100 | 11011 | 11111 | 1100100 | 100101 |
Color Harmonies of #BB6000
Complementary color
Monochromatic Colors of #BB6000
Black with #BB6000
Text Example
Text Example
White with #BB6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6000; }
p { color: rgb(187,96,0); }
H1.HeaderClassName
{
color: #BB6000;
}
.AnyTagClassName
{
color: #BB6000;
}
</style>
background-color css
<style>
a { background-color: #BB6000; }
a { background-color: rgb(187,96,0); }
div.DivClassName
{
background-color: #BB6000;
}
.BgClassName
{
background-color: #BB6000;
}
</style>
border-color css
<style>
span { border-color: #BB6000; }
span { border-color: rgb(187,96,0); }
td.TdClassName
{
border-color: #BB6000;
}
.TagClassName
{
border-color: #BB6000;
}
</style>