Shades of Tenne (Tawny) #BB5D00
Tints of Tenne (Tawny) #BB5D00
RGB
CMYK
RGB Variations
Color information
#BB5D00 (or 0xBB5D00) is known color: Tenne (Tawny). HEX triplet: BB, 5D and 00. RGB value is (187,93,0). Sum of RGB (Red+Green+Blue) = 187+93+0=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5D00 is #44A2FF. Grayscale: #6E6E6E. Windows color (decimal): -4498176 or 23995. OLE color: 23995.
HSL color Cylindrical-coordinate representation of color #BB5D00: hue angle of 29.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB5D00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.27 |
| HSL | 29.84º | 1% | 0.37% | - |
| HSV(B) | 29.84º | 1% | 0.73% | - |
| XYZ | 24.41 | 18.39 | 2.26 | - |
| YUV | 110.5 | 65.64 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 0 | 0 | 0.50 | 1 | 0.27 | 29.84 | 1 | 0.37 |
| Hex | BB | 5D | 0 | 0 | 32 | 64 | 1B | 1E | 64 | 25 |
| Octal | 273 | 135 | 0 | 0 | 62 | 144 | 33 | 36 | 144 | 45 |
| Binary | 10111011 | 1011101 | 0 | 0 | 110010 | 1100100 | 11011 | 11110 | 1100100 | 100101 |
Color Harmonies of #BB5D00
Complementary color
Monochromatic Colors of #BB5D00
Black with #BB5D00
Text Example
Text Example
White with #BB5D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5D00; }
p { color: rgb(187,93,0); }
H1.HeaderClassName
{
color: #BB5D00;
}
.AnyTagClassName
{
color: #BB5D00;
}
</style>
background-color css
<style>
a { background-color: #BB5D00; }
a { background-color: rgb(187,93,0); }
div.DivClassName
{
background-color: #BB5D00;
}
.BgClassName
{
background-color: #BB5D00;
}
</style>
border-color css
<style>
span { border-color: #BB5D00; }
span { border-color: rgb(187,93,0); }
td.TdClassName
{
border-color: #BB5D00;
}
.TagClassName
{
border-color: #BB5D00;
}
</style>