Html Css Color HEX #BB300E Harley Davidson Orange
📋 copy color: '#BB300E'red 187 ◦ green 48 ◦ blue 14
Shades of Harley Davidson Orange #BB300E
Tints of Harley Davidson Orange #BB300E
RGB
CMYK
RGB Variations
Color information
#BB300E (or 0xBB300E) is known color: Harley Davidson Orange. HEX triplet: BB, 30 and 0E. RGB value is (187,48,14). Sum of RGB (Red+Green+Blue) = 187+48+14=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB300E is #44CFF1. Grayscale: #555555. Windows color (decimal): -4509682 or 929979. OLE color: 929979.
HSL color Cylindrical-coordinate representation of color #BB300E: hue angle of 11.79º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB300E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 14 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.27 |
| HSL | 11.79º | 0.86% | 0.39% | - |
| HSV(B) | 11.79º | 0.93% | 0.73% | - |
| XYZ | 21.63 | 12.71 | 1.73 | - |
| YUV | 85.69 | 87.55 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 14 | 0 | 0.74 | 0.93 | 0.27 | 11.79 | 0.86 | 0.39 |
| Hex | BB | 30 | E | 0 | 4A | 5D | 1B | C | 56 | 27 |
| Octal | 273 | 60 | 16 | 0 | 112 | 135 | 33 | 14 | 126 | 47 |
| Binary | 10111011 | 110000 | 1110 | 0 | 1001010 | 1011101 | 11011 | 1100 | 1010110 | 100111 |
Color Harmonies of #BB300E
Complementary color
Monochromatic Colors of #BB300E
Black with #BB300E
Text Example
Text Example
White with #BB300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB300E; }
p { color: rgb(187,48,14); }
H1.HeaderClassName
{
color: #BB300E;
}
.AnyTagClassName
{
color: #BB300E;
}
</style>
background-color css
<style>
a { background-color: #BB300E; }
a { background-color: rgb(187,48,14); }
div.DivClassName
{
background-color: #BB300E;
}
.BgClassName
{
background-color: #BB300E;
}
</style>
border-color css
<style>
span { border-color: #BB300E; }
span { border-color: rgb(187,48,14); }
td.TdClassName
{
border-color: #BB300E;
}
.TagClassName
{
border-color: #BB300E;
}
</style>