Shades of Tenne (Tawny) #BB5301
Tints of Tenne (Tawny) #BB5301
RGB
CMYK
RGB Variations
Color information
#BB5301 (or 0xBB5301) is known color: Tenne (Tawny). HEX triplet: BB, 53 and 01. RGB value is (187,83,1). Sum of RGB (Red+Green+Blue) = 187+83+1=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5301 is #44ACFE. Grayscale: #696969. Windows color (decimal): -4500735 or 86971. OLE color: 86971.
HSL color Cylindrical-coordinate representation of color #BB5301: hue angle of 26.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB5301 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.27 |
| HSL | 26.45º | 0.99% | 0.37% | - |
| HSV(B) | 26.45º | 0.99% | 0.73% | - |
| XYZ | 23.59 | 16.75 | 2.02 | - |
| YUV | 104.75 | 69.46 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 1 | 0 | 0.56 | 0.99 | 0.27 | 26.45 | 0.99 | 0.37 |
| Hex | BB | 53 | 1 | 0 | 38 | 63 | 1B | 1A | 63 | 25 |
| Octal | 273 | 123 | 1 | 0 | 70 | 143 | 33 | 32 | 143 | 45 |
| Binary | 10111011 | 1010011 | 1 | 0 | 111000 | 1100011 | 11011 | 11010 | 1100011 | 100101 |
Color Harmonies of #BB5301
Complementary color
Monochromatic Colors of #BB5301
Black with #BB5301
Text Example
Text Example
White with #BB5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5301; }
p { color: rgb(187,83,1); }
H1.HeaderClassName
{
color: #BB5301;
}
.AnyTagClassName
{
color: #BB5301;
}
</style>
background-color css
<style>
a { background-color: #BB5301; }
a { background-color: rgb(187,83,1); }
div.DivClassName
{
background-color: #BB5301;
}
.BgClassName
{
background-color: #BB5301;
}
</style>
border-color css
<style>
span { border-color: #BB5301; }
span { border-color: rgb(187,83,1); }
td.TdClassName
{
border-color: #BB5301;
}
.TagClassName
{
border-color: #BB5301;
}
</style>