Shades of Tenne (Tawny) #BB580C
Tints of Tenne (Tawny) #BB580C
RGB
CMYK
RGB Variations
Color information
#BB580C (or 0xBB580C) is known color: Tenne (Tawny). HEX triplet: BB, 58 and 0C. RGB value is (187,88,12). Sum of RGB (Red+Green+Blue) = 187+88+12=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB580C is #44A7F3. Grayscale: #6D6D6D. Windows color (decimal): -4499444 or 809147. OLE color: 809147.
HSL color Cylindrical-coordinate representation of color #BB580C: hue angle of 26.06º 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 #BB580C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 12 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.27 |
| HSL | 26.06º | 0.88% | 0.39% | - |
| HSV(B) | 26.06º | 0.94% | 0.73% | - |
| XYZ | 24.05 | 17.57 | 2.47 | - |
| YUV | 108.94 | 73.3 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 12 | 0 | 0.53 | 0.94 | 0.27 | 26.06 | 0.88 | 0.39 |
| Hex | BB | 58 | C | 0 | 35 | 5E | 1B | 1A | 58 | 27 |
| Octal | 273 | 130 | 14 | 0 | 65 | 136 | 33 | 32 | 130 | 47 |
| Binary | 10111011 | 1011000 | 1100 | 0 | 110101 | 1011110 | 11011 | 11010 | 1011000 | 100111 |
Color Harmonies of #BB580C
Complementary color
Monochromatic Colors of #BB580C
Black with #BB580C
Text Example
Text Example
White with #BB580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB580C; }
p { color: rgb(187,88,12); }
H1.HeaderClassName
{
color: #BB580C;
}
.AnyTagClassName
{
color: #BB580C;
}
</style>
background-color css
<style>
a { background-color: #BB580C; }
a { background-color: rgb(187,88,12); }
div.DivClassName
{
background-color: #BB580C;
}
.BgClassName
{
background-color: #BB580C;
}
</style>
border-color css
<style>
span { border-color: #BB580C; }
span { border-color: rgb(187,88,12); }
td.TdClassName
{
border-color: #BB580C;
}
.TagClassName
{
border-color: #BB580C;
}
</style>