Shades of Tenne (Tawny) #BB620C
Tints of Tenne (Tawny) #BB620C
RGB
CMYK
RGB Variations
Color information
#BB620C (or 0xBB620C) is known color: Tenne (Tawny). HEX triplet: BB, 62 and 0C. RGB value is (187,98,12). Sum of RGB (Red+Green+Blue) = 187+98+12=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB620C is #449DF3. Grayscale: #737373. Windows color (decimal): -4496884 or 811707. OLE color: 811707.
HSL color Cylindrical-coordinate representation of color #BB620C: hue angle of 29.49º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB620C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.27 |
| HSL | 29.49º | 0.88% | 0.39% | - |
| HSV(B) | 29.49º | 0.94% | 0.73% | - |
| XYZ | 24.93 | 19.33 | 2.76 | - |
| YUV | 114.81 | 69.99 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 12 | 0 | 0.48 | 0.94 | 0.27 | 29.49 | 0.88 | 0.39 |
| Hex | BB | 62 | C | 0 | 30 | 5E | 1B | 1D | 58 | 27 |
| Octal | 273 | 142 | 14 | 0 | 60 | 136 | 33 | 35 | 130 | 47 |
| Binary | 10111011 | 1100010 | 1100 | 0 | 110000 | 1011110 | 11011 | 11101 | 1011000 | 100111 |
Color Harmonies of #BB620C
Complementary color
Monochromatic Colors of #BB620C
Black with #BB620C
Text Example
Text Example
White with #BB620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB620C; }
p { color: rgb(187,98,12); }
H1.HeaderClassName
{
color: #BB620C;
}
.AnyTagClassName
{
color: #BB620C;
}
</style>
background-color css
<style>
a { background-color: #BB620C; }
a { background-color: rgb(187,98,12); }
div.DivClassName
{
background-color: #BB620C;
}
.BgClassName
{
background-color: #BB620C;
}
</style>
border-color css
<style>
span { border-color: #BB620C; }
span { border-color: rgb(187,98,12); }
td.TdClassName
{
border-color: #BB620C;
}
.TagClassName
{
border-color: #BB620C;
}
</style>