Shades of Tenne (Tawny) #BB670A
Tints of Tenne (Tawny) #BB670A
RGB
CMYK
RGB Variations
Color information
#BB670A (or 0xBB670A) is known color: Tenne (Tawny). HEX triplet: BB, 67 and 0A. RGB value is (187,103,10). Sum of RGB (Red+Green+Blue) = 187+103+10=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB670A is #4498F5. Grayscale: #757575. Windows color (decimal): -4495606 or 681915. OLE color: 681915.
HSL color Cylindrical-coordinate representation of color #BB670A: hue angle of 31.53º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB670A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.27 |
| HSL | 31.53º | 0.9% | 0.39% | - |
| HSV(B) | 31.53º | 0.95% | 0.73% | - |
| XYZ | 25.4 | 20.29 | 2.86 | - |
| YUV | 117.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 10 | 0 | 0.45 | 0.95 | 0.27 | 31.53 | 0.9 | 0.39 |
| Hex | BB | 67 | A | 0 | 2D | 5F | 1B | 20 | 5A | 27 |
| Octal | 273 | 147 | 12 | 0 | 55 | 137 | 33 | 40 | 132 | 47 |
| Binary | 10111011 | 1100111 | 1010 | 0 | 101101 | 1011111 | 11011 | 100000 | 1011010 | 100111 |
Color Harmonies of #BB670A
Complementary color
Monochromatic Colors of #BB670A
Black with #BB670A
Text Example
Text Example
White with #BB670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB670A; }
p { color: rgb(187,103,10); }
H1.HeaderClassName
{
color: #BB670A;
}
.AnyTagClassName
{
color: #BB670A;
}
</style>
background-color css
<style>
a { background-color: #BB670A; }
a { background-color: rgb(187,103,10); }
div.DivClassName
{
background-color: #BB670A;
}
.BgClassName
{
background-color: #BB670A;
}
</style>
border-color css
<style>
span { border-color: #BB670A; }
span { border-color: rgb(187,103,10); }
td.TdClassName
{
border-color: #BB670A;
}
.TagClassName
{
border-color: #BB670A;
}
</style>