Shades of Tenne (Tawny) #BB680D
Tints of Tenne (Tawny) #BB680D
RGB
CMYK
RGB Variations
Color information
#BB680D (or 0xBB680D) is known color: Tenne (Tawny). HEX triplet: BB, 68 and 0D. RGB value is (187,104,13). Sum of RGB (Red+Green+Blue) = 187+104+13=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB680D is #4497F2. Grayscale: #767676. Windows color (decimal): -4495347 or 878779. OLE color: 878779.
HSL color Cylindrical-coordinate representation of color #BB680D: hue angle of 31.38º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB680D is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 13 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.27 |
| HSL | 31.38º | 0.87% | 0.39% | - |
| HSV(B) | 31.38º | 0.93% | 0.73% | - |
| XYZ | 25.52 | 20.49 | 2.99 | - |
| YUV | 118.44 | 68.5 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 13 | 0 | 0.44 | 0.93 | 0.27 | 31.38 | 0.87 | 0.39 |
| Hex | BB | 68 | D | 0 | 2C | 5D | 1B | 1F | 57 | 27 |
| Octal | 273 | 150 | 15 | 0 | 54 | 135 | 33 | 37 | 127 | 47 |
| Binary | 10111011 | 1101000 | 1101 | 0 | 101100 | 1011101 | 11011 | 11111 | 1010111 | 100111 |
Color Harmonies of #BB680D
Complementary color
Monochromatic Colors of #BB680D
Black with #BB680D
Text Example
Text Example
White with #BB680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB680D; }
p { color: rgb(187,104,13); }
H1.HeaderClassName
{
color: #BB680D;
}
.AnyTagClassName
{
color: #BB680D;
}
</style>
background-color css
<style>
a { background-color: #BB680D; }
a { background-color: rgb(187,104,13); }
div.DivClassName
{
background-color: #BB680D;
}
.BgClassName
{
background-color: #BB680D;
}
</style>
border-color css
<style>
span { border-color: #BB680D; }
span { border-color: rgb(187,104,13); }
td.TdClassName
{
border-color: #BB680D;
}
.TagClassName
{
border-color: #BB680D;
}
</style>