Html Css Color HEX #BB2F1C Harley Davidson Orange
📋 copy color: '#BB2F1C'red 187 ◦ green 47 ◦ blue 28
Shades of Harley Davidson Orange #BB2F1C
Tints of Harley Davidson Orange #BB2F1C
RGB
CMYK
RGB Variations
Color information
#BB2F1C (or 0xBB2F1C) is known color: Harley Davidson Orange. HEX triplet: BB, 2F and 1C. RGB value is (187,47,28). Sum of RGB (Red+Green+Blue) = 187+47+28=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2F1C is #44D0E3. Grayscale: #565656. Windows color (decimal): -4509924 or 1847227. OLE color: 1847227.
HSL color Cylindrical-coordinate representation of color #BB2F1C: hue angle of 7.17º 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 #BB2F1C is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 28 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.27 |
| HSL | 7.17º | 0.74% | 0.42% | - |
| HSV(B) | 7.17º | 0.85% | 0.73% | - |
| XYZ | 21.72 | 12.68 | 2.4 | - |
| YUV | 86.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 28 | 0 | 0.75 | 0.85 | 0.27 | 7.17 | 0.74 | 0.42 |
| Hex | BB | 2F | 1C | 0 | 4B | 55 | 1B | 7 | 4A | 2A |
| Octal | 273 | 57 | 34 | 0 | 113 | 125 | 33 | 7 | 112 | 52 |
| Binary | 10111011 | 101111 | 11100 | 0 | 1001011 | 1010101 | 11011 | 111 | 1001010 | 101010 |
Color Harmonies of #BB2F1C
Complementary color
Monochromatic Colors of #BB2F1C
Black with #BB2F1C
Text Example
Text Example
White with #BB2F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2F1C; }
p { color: rgb(187,47,28); }
H1.HeaderClassName
{
color: #BB2F1C;
}
.AnyTagClassName
{
color: #BB2F1C;
}
</style>
background-color css
<style>
a { background-color: #BB2F1C; }
a { background-color: rgb(187,47,28); }
div.DivClassName
{
background-color: #BB2F1C;
}
.BgClassName
{
background-color: #BB2F1C;
}
</style>
border-color css
<style>
span { border-color: #BB2F1C; }
span { border-color: rgb(187,47,28); }
td.TdClassName
{
border-color: #BB2F1C;
}
.TagClassName
{
border-color: #BB2F1C;
}
</style>