Html Css Color HEX #BB3719 Harley Davidson Orange
📋 copy color: '#BB3719'red 187 ◦ green 55 ◦ blue 25
Shades of Harley Davidson Orange #BB3719
Tints of Harley Davidson Orange #BB3719
RGB
CMYK
RGB Variations
Color information
#BB3719 (or 0xBB3719) is known color: Harley Davidson Orange. HEX triplet: BB, 37 and 19. RGB value is (187,55,25). Sum of RGB (Red+Green+Blue) = 187+55+25=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3719 is #44C8E6. Grayscale: #5B5B5B. Windows color (decimal): -4507879 or 1652667. OLE color: 1652667.
HSL color Cylindrical-coordinate representation of color #BB3719: hue angle of 11.11º 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 #BB3719 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 25 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.27 |
| HSL | 11.11º | 0.76% | 0.42% | - |
| HSV(B) | 11.11º | 0.87% | 0.73% | - |
| XYZ | 22.04 | 13.37 | 2.34 | - |
| YUV | 91.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 25 | 0 | 0.71 | 0.87 | 0.27 | 11.11 | 0.76 | 0.42 |
| Hex | BB | 37 | 19 | 0 | 47 | 57 | 1B | B | 4C | 2A |
| Octal | 273 | 67 | 31 | 0 | 107 | 127 | 33 | 13 | 114 | 52 |
| Binary | 10111011 | 110111 | 11001 | 0 | 1000111 | 1010111 | 11011 | 1011 | 1001100 | 101010 |
Color Harmonies of #BB3719
Complementary color
Monochromatic Colors of #BB3719
Black with #BB3719
Text Example
Text Example
White with #BB3719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3719; }
p { color: rgb(187,55,25); }
H1.HeaderClassName
{
color: #BB3719;
}
.AnyTagClassName
{
color: #BB3719;
}
</style>
background-color css
<style>
a { background-color: #BB3719; }
a { background-color: rgb(187,55,25); }
div.DivClassName
{
background-color: #BB3719;
}
.BgClassName
{
background-color: #BB3719;
}
</style>
border-color css
<style>
span { border-color: #BB3719; }
span { border-color: rgb(187,55,25); }
td.TdClassName
{
border-color: #BB3719;
}
.TagClassName
{
border-color: #BB3719;
}
</style>