Shades of Tenne (Tawny) #BB5300
Tints of Tenne (Tawny) #BB5300
RGB
CMYK
RGB Variations
Color information
#BB5300 (or 0xBB5300) is known color: Tenne (Tawny). HEX triplet: BB, 53 and 00. RGB value is (187,83,0). Sum of RGB (Red+Green+Blue) = 187+83+0=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5300 is #44ACFF. Grayscale: #696969. Windows color (decimal): -4500736 or 21435. OLE color: 21435.
HSL color Cylindrical-coordinate representation of color #BB5300: hue angle of 26.63º 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 #BB5300 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.27 |
| HSL | 26.63º | 1% | 0.37% | - |
| HSV(B) | 26.63º | 1% | 0.73% | - |
| XYZ | 23.59 | 16.75 | 1.99 | - |
| YUV | 104.63 | 68.96 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 0 | 0 | 0.56 | 1 | 0.27 | 26.63 | 1 | 0.37 |
| Hex | BB | 53 | 0 | 0 | 38 | 64 | 1B | 1B | 64 | 25 |
| Octal | 273 | 123 | 0 | 0 | 70 | 144 | 33 | 33 | 144 | 45 |
| Binary | 10111011 | 1010011 | 0 | 0 | 111000 | 1100100 | 11011 | 11011 | 1100100 | 100101 |
Color Harmonies of #BB5300
Complementary color
Monochromatic Colors of #BB5300
Black with #BB5300
Text Example
Text Example
White with #BB5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5300; }
p { color: rgb(187,83,0); }
H1.HeaderClassName
{
color: #BB5300;
}
.AnyTagClassName
{
color: #BB5300;
}
</style>
background-color css
<style>
a { background-color: #BB5300; }
a { background-color: rgb(187,83,0); }
div.DivClassName
{
background-color: #BB5300;
}
.BgClassName
{
background-color: #BB5300;
}
</style>
border-color css
<style>
span { border-color: #BB5300; }
span { border-color: rgb(187,83,0); }
td.TdClassName
{
border-color: #BB5300;
}
.TagClassName
{
border-color: #BB5300;
}
</style>