Html Css Color HEX #BB321C Harley Davidson Orange
📋 copy color: '#BB321C'red 187 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #BB321C
Tints of Harley Davidson Orange #BB321C
RGB
CMYK
RGB Variations
Color information
#BB321C (or 0xBB321C) is known color: Harley Davidson Orange. HEX triplet: BB, 32 and 1C. RGB value is (187,50,28). Sum of RGB (Red+Green+Blue) = 187+50+28=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB321C is #44CDE3. Grayscale: #585858. Windows color (decimal): -4509156 or 1847995. OLE color: 1847995.
HSL color Cylindrical-coordinate representation of color #BB321C: hue angle of 8.3º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB321C is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 28 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.27 |
| HSL | 8.3º | 0.74% | 0.42% | - |
| HSV(B) | 8.3º | 0.85% | 0.73% | - |
| XYZ | 21.84 | 12.93 | 2.44 | - |
| YUV | 88.46 | 93.89 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 28 | 0 | 0.73 | 0.85 | 0.27 | 8.3 | 0.74 | 0.42 |
| Hex | BB | 32 | 1C | 0 | 49 | 55 | 1B | 8 | 4A | 2A |
| Octal | 273 | 62 | 34 | 0 | 111 | 125 | 33 | 10 | 112 | 52 |
| Binary | 10111011 | 110010 | 11100 | 0 | 1001001 | 1010101 | 11011 | 1000 | 1001010 | 101010 |
Color Harmonies of #BB321C
Complementary color
Monochromatic Colors of #BB321C
Black with #BB321C
Text Example
Text Example
White with #BB321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB321C; }
p { color: rgb(187,50,28); }
H1.HeaderClassName
{
color: #BB321C;
}
.AnyTagClassName
{
color: #BB321C;
}
</style>
background-color css
<style>
a { background-color: #BB321C; }
a { background-color: rgb(187,50,28); }
div.DivClassName
{
background-color: #BB321C;
}
.BgClassName
{
background-color: #BB321C;
}
</style>
border-color css
<style>
span { border-color: #BB321C; }
span { border-color: rgb(187,50,28); }
td.TdClassName
{
border-color: #BB321C;
}
.TagClassName
{
border-color: #BB321C;
}
</style>