Html Css Color HEX #BB3620 Harley Davidson Orange
📋 copy color: '#BB3620'red 187 ◦ green 54 ◦ blue 32
Shades of Harley Davidson Orange #BB3620
Tints of Harley Davidson Orange #BB3620
RGB
CMYK
RGB Variations
Color information
#BB3620 (or 0xBB3620) is known color: Harley Davidson Orange. HEX triplet: BB, 36 and 20. RGB value is (187,54,32). Sum of RGB (Red+Green+Blue) = 187+54+32=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3620 is #44C9DF. Grayscale: #5B5B5B. Windows color (decimal): -4508128 or 2111163. OLE color: 2111163.
HSL color Cylindrical-coordinate representation of color #BB3620: hue angle of 8.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB3620 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 32 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.27 |
| HSL | 8.52º | 0.71% | 0.43% | - |
| HSV(B) | 8.52º | 0.83% | 0.73% | - |
| XYZ | 22.07 | 13.31 | 2.77 | - |
| YUV | 91.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 32 | 0 | 0.71 | 0.83 | 0.27 | 8.52 | 0.71 | 0.43 |
| Hex | BB | 36 | 20 | 0 | 47 | 53 | 1B | 9 | 47 | 2B |
| Octal | 273 | 66 | 40 | 0 | 107 | 123 | 33 | 11 | 107 | 53 |
| Binary | 10111011 | 110110 | 100000 | 0 | 1000111 | 1010011 | 11011 | 1001 | 1000111 | 101011 |
Color Harmonies of #BB3620
Complementary color
Monochromatic Colors of #BB3620
Black with #BB3620
Text Example
Text Example
White with #BB3620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3620; }
p { color: rgb(187,54,32); }
H1.HeaderClassName
{
color: #BB3620;
}
.AnyTagClassName
{
color: #BB3620;
}
</style>
background-color css
<style>
a { background-color: #BB3620; }
a { background-color: rgb(187,54,32); }
div.DivClassName
{
background-color: #BB3620;
}
.BgClassName
{
background-color: #BB3620;
}
</style>
border-color css
<style>
span { border-color: #BB3620; }
span { border-color: rgb(187,54,32); }
td.TdClassName
{
border-color: #BB3620;
}
.TagClassName
{
border-color: #BB3620;
}
</style>