Shades of Tenne (Tawny) #BB6602
Tints of Tenne (Tawny) #BB6602
RGB
CMYK
RGB Variations
Color information
#BB6602 (or 0xBB6602) is known color: Tenne (Tawny). HEX triplet: BB, 66 and 02. RGB value is (187,102,2). Sum of RGB (Red+Green+Blue) = 187+102+2=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6602 is #4499FD. Grayscale: #747474. Windows color (decimal): -4495870 or 157371. OLE color: 157371.
HSL color Cylindrical-coordinate representation of color #BB6602: hue angle of 32.43º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB6602 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.27 |
| HSL | 32.43º | 0.98% | 0.37% | - |
| HSV(B) | 32.43º | 0.99% | 0.73% | - |
| XYZ | 25.26 | 20.07 | 2.6 | - |
| YUV | 116.02 | 63.66 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 2 | 0 | 0.45 | 0.99 | 0.27 | 32.43 | 0.98 | 0.37 |
| Hex | BB | 66 | 2 | 0 | 2D | 63 | 1B | 20 | 62 | 25 |
| Octal | 273 | 146 | 2 | 0 | 55 | 143 | 33 | 40 | 142 | 45 |
| Binary | 10111011 | 1100110 | 10 | 0 | 101101 | 1100011 | 11011 | 100000 | 1100010 | 100101 |
Color Harmonies of #BB6602
Complementary color
Monochromatic Colors of #BB6602
Black with #BB6602
Text Example
Text Example
White with #BB6602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6602; }
p { color: rgb(187,102,2); }
H1.HeaderClassName
{
color: #BB6602;
}
.AnyTagClassName
{
color: #BB6602;
}
</style>
background-color css
<style>
a { background-color: #BB6602; }
a { background-color: rgb(187,102,2); }
div.DivClassName
{
background-color: #BB6602;
}
.BgClassName
{
background-color: #BB6602;
}
</style>
border-color css
<style>
span { border-color: #BB6602; }
span { border-color: rgb(187,102,2); }
td.TdClassName
{
border-color: #BB6602;
}
.TagClassName
{
border-color: #BB6602;
}
</style>