Html Css Color HEX #BB3417 Harley Davidson Orange
📋 copy color: '#BB3417'red 187 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #BB3417
Tints of Harley Davidson Orange #BB3417
RGB
CMYK
RGB Variations
Color information
#BB3417 (or 0xBB3417) is known color: Harley Davidson Orange. HEX triplet: BB, 34 and 17. RGB value is (187,52,23). Sum of RGB (Red+Green+Blue) = 187+52+23=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3417 is #44CBE8. Grayscale: #595959. Windows color (decimal): -4508649 or 1520827. OLE color: 1520827.
HSL color Cylindrical-coordinate representation of color #BB3417: hue angle of 10.61º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB3417 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 23 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.27 |
| HSL | 10.61º | 0.78% | 0.41% | - |
| HSV(B) | 10.61º | 0.88% | 0.73% | - |
| XYZ | 21.88 | 13.08 | 2.18 | - |
| YUV | 89.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 23 | 0 | 0.72 | 0.88 | 0.27 | 10.61 | 0.78 | 0.41 |
| Hex | BB | 34 | 17 | 0 | 48 | 58 | 1B | B | 4E | 29 |
| Octal | 273 | 64 | 27 | 0 | 110 | 130 | 33 | 13 | 116 | 51 |
| Binary | 10111011 | 110100 | 10111 | 0 | 1001000 | 1011000 | 11011 | 1011 | 1001110 | 101001 |
Color Harmonies of #BB3417
Complementary color
Monochromatic Colors of #BB3417
Black with #BB3417
Text Example
Text Example
White with #BB3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3417; }
p { color: rgb(187,52,23); }
H1.HeaderClassName
{
color: #BB3417;
}
.AnyTagClassName
{
color: #BB3417;
}
</style>
background-color css
<style>
a { background-color: #BB3417; }
a { background-color: rgb(187,52,23); }
div.DivClassName
{
background-color: #BB3417;
}
.BgClassName
{
background-color: #BB3417;
}
</style>
border-color css
<style>
span { border-color: #BB3417; }
span { border-color: rgb(187,52,23); }
td.TdClassName
{
border-color: #BB3417;
}
.TagClassName
{
border-color: #BB3417;
}
</style>