Html Css Color HEX #BB3B1E Harley Davidson Orange
📋 copy color: '#BB3B1E'red 187 ◦ green 59 ◦ blue 30
Shades of Harley Davidson Orange #BB3B1E
Tints of Harley Davidson Orange #BB3B1E
RGB
CMYK
RGB Variations
Color information
#BB3B1E (or 0xBB3B1E) is known color: Harley Davidson Orange. HEX triplet: BB, 3B and 1E. RGB value is (187,59,30). Sum of RGB (Red+Green+Blue) = 187+59+30=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3B1E is #44C4E1. Grayscale: #5E5E5E. Windows color (decimal): -4506850 or 1981371. OLE color: 1981371.
HSL color Cylindrical-coordinate representation of color #BB3B1E: hue angle of 11.08º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB3B1E is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 59 | 30 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.27 |
| HSL | 11.08º | 0.72% | 0.43% | - |
| HSV(B) | 11.08º | 0.84% | 0.73% | - |
| XYZ | 22.29 | 13.79 | 2.71 | - |
| YUV | 93.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 59 | 30 | 0 | 0.68 | 0.84 | 0.27 | 11.08 | 0.72 | 0.43 |
| Hex | BB | 3B | 1E | 0 | 44 | 54 | 1B | B | 48 | 2B |
| Octal | 273 | 73 | 36 | 0 | 104 | 124 | 33 | 13 | 110 | 53 |
| Binary | 10111011 | 111011 | 11110 | 0 | 1000100 | 1010100 | 11011 | 1011 | 1001000 | 101011 |
Color Harmonies of #BB3B1E
Complementary color
Monochromatic Colors of #BB3B1E
Black with #BB3B1E
Text Example
Text Example
White with #BB3B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3B1E; }
p { color: rgb(187,59,30); }
H1.HeaderClassName
{
color: #BB3B1E;
}
.AnyTagClassName
{
color: #BB3B1E;
}
</style>
background-color css
<style>
a { background-color: #BB3B1E; }
a { background-color: rgb(187,59,30); }
div.DivClassName
{
background-color: #BB3B1E;
}
.BgClassName
{
background-color: #BB3B1E;
}
</style>
border-color css
<style>
span { border-color: #BB3B1E; }
span { border-color: rgb(187,59,30); }
td.TdClassName
{
border-color: #BB3B1E;
}
.TagClassName
{
border-color: #BB3B1E;
}
</style>