Html Css Color HEX #BB3519 Harley Davidson Orange
📋 copy color: '#BB3519'red 187 ◦ green 53 ◦ blue 25
Shades of Harley Davidson Orange #BB3519
Tints of Harley Davidson Orange #BB3519
RGB
CMYK
RGB Variations
Color information
#BB3519 (or 0xBB3519) is known color: Harley Davidson Orange. HEX triplet: BB, 35 and 19. RGB value is (187,53,25). Sum of RGB (Red+Green+Blue) = 187+53+25=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3519 is #44CAE6. Grayscale: #5A5A5A. Windows color (decimal): -4508391 or 1652155. OLE color: 1652155.
HSL color Cylindrical-coordinate representation of color #BB3519: hue angle of 10.37º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB3519 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 25 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.27 |
| HSL | 10.37º | 0.76% | 0.42% | - |
| HSV(B) | 10.37º | 0.87% | 0.73% | - |
| XYZ | 21.94 | 13.18 | 2.31 | - |
| YUV | 89.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 25 | 0 | 0.72 | 0.87 | 0.27 | 10.37 | 0.76 | 0.42 |
| Hex | BB | 35 | 19 | 0 | 48 | 57 | 1B | A | 4C | 2A |
| Octal | 273 | 65 | 31 | 0 | 110 | 127 | 33 | 12 | 114 | 52 |
| Binary | 10111011 | 110101 | 11001 | 0 | 1001000 | 1010111 | 11011 | 1010 | 1001100 | 101010 |
Color Harmonies of #BB3519
Complementary color
Monochromatic Colors of #BB3519
Black with #BB3519
Text Example
Text Example
White with #BB3519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3519; }
p { color: rgb(187,53,25); }
H1.HeaderClassName
{
color: #BB3519;
}
.AnyTagClassName
{
color: #BB3519;
}
</style>
background-color css
<style>
a { background-color: #BB3519; }
a { background-color: rgb(187,53,25); }
div.DivClassName
{
background-color: #BB3519;
}
.BgClassName
{
background-color: #BB3519;
}
</style>
border-color css
<style>
span { border-color: #BB3519; }
span { border-color: rgb(187,53,25); }
td.TdClassName
{
border-color: #BB3519;
}
.TagClassName
{
border-color: #BB3519;
}
</style>