Shades of Tenne (Tawny) #BB5308
Tints of Tenne (Tawny) #BB5308
RGB
CMYK
RGB Variations
Color information
#BB5308 (or 0xBB5308) is known color: Tenne (Tawny). HEX triplet: BB, 53 and 08. RGB value is (187,83,8). Sum of RGB (Red+Green+Blue) = 187+83+8=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5308 is #44ACF7. Grayscale: #696969. Windows color (decimal): -4500728 or 545723. OLE color: 545723.
HSL color Cylindrical-coordinate representation of color #BB5308: hue angle of 25.14º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB5308 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.27 |
| HSL | 25.14º | 0.92% | 0.38% | - |
| HSV(B) | 25.14º | 0.96% | 0.73% | - |
| XYZ | 23.63 | 16.77 | 2.22 | - |
| YUV | 105.55 | 72.96 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 8 | 0 | 0.56 | 0.96 | 0.27 | 25.14 | 0.92 | 0.38 |
| Hex | BB | 53 | 8 | 0 | 38 | 60 | 1B | 19 | 5C | 26 |
| Octal | 273 | 123 | 10 | 0 | 70 | 140 | 33 | 31 | 134 | 46 |
| Binary | 10111011 | 1010011 | 1000 | 0 | 111000 | 1100000 | 11011 | 11001 | 1011100 | 100110 |
Color Harmonies of #BB5308
Complementary color
Monochromatic Colors of #BB5308
Black with #BB5308
Text Example
Text Example
White with #BB5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5308; }
p { color: rgb(187,83,8); }
H1.HeaderClassName
{
color: #BB5308;
}
.AnyTagClassName
{
color: #BB5308;
}
</style>
background-color css
<style>
a { background-color: #BB5308; }
a { background-color: rgb(187,83,8); }
div.DivClassName
{
background-color: #BB5308;
}
.BgClassName
{
background-color: #BB5308;
}
</style>
border-color css
<style>
span { border-color: #BB5308; }
span { border-color: rgb(187,83,8); }
td.TdClassName
{
border-color: #BB5308;
}
.TagClassName
{
border-color: #BB5308;
}
</style>