Shades of Tenne (Tawny) #BB670D
Tints of Tenne (Tawny) #BB670D
RGB
CMYK
RGB Variations
Color information
#BB670D (or 0xBB670D) is known color: Tenne (Tawny). HEX triplet: BB, 67 and 0D. RGB value is (187,103,13). Sum of RGB (Red+Green+Blue) = 187+103+13=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB670D is #4498F2. Grayscale: #767676. Windows color (decimal): -4495603 or 878523. OLE color: 878523.
HSL color Cylindrical-coordinate representation of color #BB670D: hue angle of 31.03º 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 #BB670D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.27 |
| HSL | 31.03º | 0.87% | 0.39% | - |
| HSV(B) | 31.03º | 0.93% | 0.73% | - |
| XYZ | 25.42 | 20.29 | 2.96 | - |
| YUV | 117.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 13 | 0 | 0.45 | 0.93 | 0.27 | 31.03 | 0.87 | 0.39 |
| Hex | BB | 67 | D | 0 | 2D | 5D | 1B | 1F | 57 | 27 |
| Octal | 273 | 147 | 15 | 0 | 55 | 135 | 33 | 37 | 127 | 47 |
| Binary | 10111011 | 1100111 | 1101 | 0 | 101101 | 1011101 | 11011 | 11111 | 1010111 | 100111 |
Color Harmonies of #BB670D
Complementary color
Monochromatic Colors of #BB670D
Black with #BB670D
Text Example
Text Example
White with #BB670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB670D; }
p { color: rgb(187,103,13); }
H1.HeaderClassName
{
color: #BB670D;
}
.AnyTagClassName
{
color: #BB670D;
}
</style>
background-color css
<style>
a { background-color: #BB670D; }
a { background-color: rgb(187,103,13); }
div.DivClassName
{
background-color: #BB670D;
}
.BgClassName
{
background-color: #BB670D;
}
</style>
border-color css
<style>
span { border-color: #BB670D; }
span { border-color: rgb(187,103,13); }
td.TdClassName
{
border-color: #BB670D;
}
.TagClassName
{
border-color: #BB670D;
}
</style>