Shades of Tenne (Tawny) #BB6402
Tints of Tenne (Tawny) #BB6402
RGB
CMYK
RGB Variations
Color information
#BB6402 (or 0xBB6402) is known color: Tenne (Tawny). HEX triplet: BB, 64 and 02. RGB value is (187,100,2). Sum of RGB (Red+Green+Blue) = 187+100+2=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6402 is #449BFD. Grayscale: #737373. Windows color (decimal): -4496382 or 156859. OLE color: 156859.
HSL color Cylindrical-coordinate representation of color #BB6402: hue angle of 31.78º 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 #BB6402 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.27 |
| HSL | 31.78º | 0.98% | 0.37% | - |
| HSV(B) | 31.78º | 0.99% | 0.73% | - |
| XYZ | 25.06 | 19.68 | 2.54 | - |
| YUV | 114.84 | 64.32 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 2 | 0 | 0.47 | 0.99 | 0.27 | 31.78 | 0.98 | 0.37 |
| Hex | BB | 64 | 2 | 0 | 2F | 63 | 1B | 20 | 62 | 25 |
| Octal | 273 | 144 | 2 | 0 | 57 | 143 | 33 | 40 | 142 | 45 |
| Binary | 10111011 | 1100100 | 10 | 0 | 101111 | 1100011 | 11011 | 100000 | 1100010 | 100101 |
Color Harmonies of #BB6402
Complementary color
Monochromatic Colors of #BB6402
Black with #BB6402
Text Example
Text Example
White with #BB6402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6402; }
p { color: rgb(187,100,2); }
H1.HeaderClassName
{
color: #BB6402;
}
.AnyTagClassName
{
color: #BB6402;
}
</style>
background-color css
<style>
a { background-color: #BB6402; }
a { background-color: rgb(187,100,2); }
div.DivClassName
{
background-color: #BB6402;
}
.BgClassName
{
background-color: #BB6402;
}
</style>
border-color css
<style>
span { border-color: #BB6402; }
span { border-color: rgb(187,100,2); }
td.TdClassName
{
border-color: #BB6402;
}
.TagClassName
{
border-color: #BB6402;
}
</style>