Shades of Tenne (Tawny) #BB6902
Tints of Tenne (Tawny) #BB6902
RGB
CMYK
RGB Variations
Color information
#BB6902 (or 0xBB6902) is known color: Tenne (Tawny). HEX triplet: BB, 69 and 02. RGB value is (187,105,2). Sum of RGB (Red+Green+Blue) = 187+105+2=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6902 is #4496FD. Grayscale: #767676. Windows color (decimal): -4495102 or 158139. OLE color: 158139.
HSL color Cylindrical-coordinate representation of color #BB6902: hue angle of 33.41º 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 #BB6902 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.27 |
| HSL | 33.41º | 0.98% | 0.37% | - |
| HSV(B) | 33.41º | 0.99% | 0.73% | - |
| XYZ | 25.56 | 20.67 | 2.7 | - |
| YUV | 117.78 | 62.67 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 2 | 0 | 0.44 | 0.99 | 0.27 | 33.41 | 0.98 | 0.37 |
| Hex | BB | 69 | 2 | 0 | 2C | 63 | 1B | 21 | 62 | 25 |
| Octal | 273 | 151 | 2 | 0 | 54 | 143 | 33 | 41 | 142 | 45 |
| Binary | 10111011 | 1101001 | 10 | 0 | 101100 | 1100011 | 11011 | 100001 | 1100010 | 100101 |
Color Harmonies of #BB6902
Complementary color
Monochromatic Colors of #BB6902
Black with #BB6902
Text Example
Text Example
White with #BB6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6902; }
p { color: rgb(187,105,2); }
H1.HeaderClassName
{
color: #BB6902;
}
.AnyTagClassName
{
color: #BB6902;
}
</style>
background-color css
<style>
a { background-color: #BB6902; }
a { background-color: rgb(187,105,2); }
div.DivClassName
{
background-color: #BB6902;
}
.BgClassName
{
background-color: #BB6902;
}
</style>
border-color css
<style>
span { border-color: #BB6902; }
span { border-color: rgb(187,105,2); }
td.TdClassName
{
border-color: #BB6902;
}
.TagClassName
{
border-color: #BB6902;
}
</style>