Html Css Color HEX #BB301E Harley Davidson Orange
📋 copy color: '#BB301E'red 187 ◦ green 48 ◦ blue 30
Shades of Harley Davidson Orange #BB301E
Tints of Harley Davidson Orange #BB301E
RGB
CMYK
RGB Variations
Color information
#BB301E (or 0xBB301E) is known color: Harley Davidson Orange. HEX triplet: BB, 30 and 1E. RGB value is (187,48,30). Sum of RGB (Red+Green+Blue) = 187+48+30=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB301E is #44CFE1. Grayscale: #575757. Windows color (decimal): -4509666 or 1978555. OLE color: 1978555.
HSL color Cylindrical-coordinate representation of color #BB301E: hue angle of 6.88º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB301E is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 30 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.27 |
| HSL | 6.88º | 0.72% | 0.43% | - |
| HSV(B) | 6.88º | 0.84% | 0.73% | - |
| XYZ | 21.78 | 12.77 | 2.55 | - |
| YUV | 87.51 | 95.55 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 30 | 0 | 0.74 | 0.84 | 0.27 | 6.88 | 0.72 | 0.43 |
| Hex | BB | 30 | 1E | 0 | 4A | 54 | 1B | 7 | 48 | 2B |
| Octal | 273 | 60 | 36 | 0 | 112 | 124 | 33 | 7 | 110 | 53 |
| Binary | 10111011 | 110000 | 11110 | 0 | 1001010 | 1010100 | 11011 | 111 | 1001000 | 101011 |
Color Harmonies of #BB301E
Complementary color
Monochromatic Colors of #BB301E
Black with #BB301E
Text Example
Text Example
White with #BB301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB301E; }
p { color: rgb(187,48,30); }
H1.HeaderClassName
{
color: #BB301E;
}
.AnyTagClassName
{
color: #BB301E;
}
</style>
background-color css
<style>
a { background-color: #BB301E; }
a { background-color: rgb(187,48,30); }
div.DivClassName
{
background-color: #BB301E;
}
.BgClassName
{
background-color: #BB301E;
}
</style>
border-color css
<style>
span { border-color: #BB301E; }
span { border-color: rgb(187,48,30); }
td.TdClassName
{
border-color: #BB301E;
}
.TagClassName
{
border-color: #BB301E;
}
</style>