Html Css Color HEX #BB2E1A Harley Davidson Orange
📋 copy color: '#BB2E1A'red 187 ◦ green 46 ◦ blue 26
Shades of Harley Davidson Orange #BB2E1A
Tints of Harley Davidson Orange #BB2E1A
RGB
CMYK
RGB Variations
Color information
#BB2E1A (or 0xBB2E1A) is known color: Harley Davidson Orange. HEX triplet: BB, 2E and 1A. RGB value is (187,46,26). Sum of RGB (Red+Green+Blue) = 187+46+26=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E1A is #44D1E5. Grayscale: #565656. Windows color (decimal): -4510182 or 1715899. OLE color: 1715899.
HSL color Cylindrical-coordinate representation of color #BB2E1A: hue angle of 7.45º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB2E1A is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 46 | 26 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.27 |
| HSL | 7.45º | 0.76% | 0.42% | - |
| HSV(B) | 7.45º | 0.86% | 0.73% | - |
| XYZ | 21.66 | 12.59 | 2.27 | - |
| YUV | 85.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 26 | 0 | 0.75 | 0.86 | 0.27 | 7.45 | 0.76 | 0.42 |
| Hex | BB | 2E | 1A | 0 | 4B | 56 | 1B | 7 | 4C | 2A |
| Octal | 273 | 56 | 32 | 0 | 113 | 126 | 33 | 7 | 114 | 52 |
| Binary | 10111011 | 101110 | 11010 | 0 | 1001011 | 1010110 | 11011 | 111 | 1001100 | 101010 |
Color Harmonies of #BB2E1A
Complementary color
Monochromatic Colors of #BB2E1A
Black with #BB2E1A
Text Example
Text Example
White with #BB2E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2E1A; }
p { color: rgb(187,46,26); }
H1.HeaderClassName
{
color: #BB2E1A;
}
.AnyTagClassName
{
color: #BB2E1A;
}
</style>
background-color css
<style>
a { background-color: #BB2E1A; }
a { background-color: rgb(187,46,26); }
div.DivClassName
{
background-color: #BB2E1A;
}
.BgClassName
{
background-color: #BB2E1A;
}
</style>
border-color css
<style>
span { border-color: #BB2E1A; }
span { border-color: rgb(187,46,26); }
td.TdClassName
{
border-color: #BB2E1A;
}
.TagClassName
{
border-color: #BB2E1A;
}
</style>