Shades of Tenne (Tawny) #BB5303
Tints of Tenne (Tawny) #BB5303
RGB
CMYK
RGB Variations
Color information
#BB5303 (or 0xBB5303) is known color: Tenne (Tawny). HEX triplet: BB, 53 and 03. RGB value is (187,83,3). Sum of RGB (Red+Green+Blue) = 187+83+3=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5303 is #44ACFC. Grayscale: #696969. Windows color (decimal): -4500733 or 218043. OLE color: 218043.
HSL color Cylindrical-coordinate representation of color #BB5303: hue angle of 26.09º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB5303 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.27 |
| HSL | 26.09º | 0.97% | 0.37% | - |
| HSV(B) | 26.09º | 0.98% | 0.73% | - |
| XYZ | 23.6 | 16.76 | 2.08 | - |
| YUV | 104.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 3 | 0 | 0.56 | 0.98 | 0.27 | 26.09 | 0.97 | 0.37 |
| Hex | BB | 53 | 3 | 0 | 38 | 62 | 1B | 1A | 61 | 25 |
| Octal | 273 | 123 | 3 | 0 | 70 | 142 | 33 | 32 | 141 | 45 |
| Binary | 10111011 | 1010011 | 11 | 0 | 111000 | 1100010 | 11011 | 11010 | 1100001 | 100101 |
Color Harmonies of #BB5303
Complementary color
Monochromatic Colors of #BB5303
Black with #BB5303
Text Example
Text Example
White with #BB5303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5303; }
p { color: rgb(187,83,3); }
H1.HeaderClassName
{
color: #BB5303;
}
.AnyTagClassName
{
color: #BB5303;
}
</style>
background-color css
<style>
a { background-color: #BB5303; }
a { background-color: rgb(187,83,3); }
div.DivClassName
{
background-color: #BB5303;
}
.BgClassName
{
background-color: #BB5303;
}
</style>
border-color css
<style>
span { border-color: #BB5303; }
span { border-color: rgb(187,83,3); }
td.TdClassName
{
border-color: #BB5303;
}
.TagClassName
{
border-color: #BB5303;
}
</style>