Shades of Tenne (Tawny) #BB6805
Tints of Tenne (Tawny) #BB6805
RGB
CMYK
RGB Variations
Color information
#BB6805 (or 0xBB6805) is known color: Tenne (Tawny). HEX triplet: BB, 68 and 05. RGB value is (187,104,5). Sum of RGB (Red+Green+Blue) = 187+104+5=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6805 is #4497FA. Grayscale: #767676. Windows color (decimal): -4495355 or 354491. OLE color: 354491.
HSL color Cylindrical-coordinate representation of color #BB6805: hue angle of 32.64º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB6805 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 5 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.27 |
| HSL | 32.64º | 0.95% | 0.38% | - |
| HSV(B) | 32.64º | 0.97% | 0.73% | - |
| XYZ | 25.47 | 20.48 | 2.75 | - |
| YUV | 117.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 5 | 0 | 0.44 | 0.97 | 0.27 | 32.64 | 0.95 | 0.38 |
| Hex | BB | 68 | 5 | 0 | 2C | 61 | 1B | 21 | 5F | 26 |
| Octal | 273 | 150 | 5 | 0 | 54 | 141 | 33 | 41 | 137 | 46 |
| Binary | 10111011 | 1101000 | 101 | 0 | 101100 | 1100001 | 11011 | 100001 | 1011111 | 100110 |
Color Harmonies of #BB6805
Complementary color
Monochromatic Colors of #BB6805
Black with #BB6805
Text Example
Text Example
White with #BB6805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6805; }
p { color: rgb(187,104,5); }
H1.HeaderClassName
{
color: #BB6805;
}
.AnyTagClassName
{
color: #BB6805;
}
</style>
background-color css
<style>
a { background-color: #BB6805; }
a { background-color: rgb(187,104,5); }
div.DivClassName
{
background-color: #BB6805;
}
.BgClassName
{
background-color: #BB6805;
}
</style>
border-color css
<style>
span { border-color: #BB6805; }
span { border-color: rgb(187,104,5); }
td.TdClassName
{
border-color: #BB6805;
}
.TagClassName
{
border-color: #BB6805;
}
</style>