Html Css Color HEX #BB341E Harley Davidson Orange
📋 copy color: '#BB341E'red 187 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #BB341E
Tints of Harley Davidson Orange #BB341E
RGB
CMYK
RGB Variations
Color information
#BB341E (or 0xBB341E) is known color: Harley Davidson Orange. HEX triplet: BB, 34 and 1E. RGB value is (187,52,30). Sum of RGB (Red+Green+Blue) = 187+52+30=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB341E is #44CBE1. Grayscale: #5A5A5A. Windows color (decimal): -4508642 or 1979579. OLE color: 1979579.
HSL color Cylindrical-coordinate representation of color #BB341E: hue angle of 8.41º 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 #BB341E is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 30 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.27 |
| HSL | 8.41º | 0.72% | 0.43% | - |
| HSV(B) | 8.41º | 0.84% | 0.73% | - |
| XYZ | 21.96 | 13.11 | 2.6 | - |
| YUV | 89.86 | 94.23 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 30 | 0 | 0.72 | 0.84 | 0.27 | 8.41 | 0.72 | 0.43 |
| Hex | BB | 34 | 1E | 0 | 48 | 54 | 1B | 8 | 48 | 2B |
| Octal | 273 | 64 | 36 | 0 | 110 | 124 | 33 | 10 | 110 | 53 |
| Binary | 10111011 | 110100 | 11110 | 0 | 1001000 | 1010100 | 11011 | 1000 | 1001000 | 101011 |
Color Harmonies of #BB341E
Complementary color
Monochromatic Colors of #BB341E
Black with #BB341E
Text Example
Text Example
White with #BB341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB341E; }
p { color: rgb(187,52,30); }
H1.HeaderClassName
{
color: #BB341E;
}
.AnyTagClassName
{
color: #BB341E;
}
</style>
background-color css
<style>
a { background-color: #BB341E; }
a { background-color: rgb(187,52,30); }
div.DivClassName
{
background-color: #BB341E;
}
.BgClassName
{
background-color: #BB341E;
}
</style>
border-color css
<style>
span { border-color: #BB341E; }
span { border-color: rgb(187,52,30); }
td.TdClassName
{
border-color: #BB341E;
}
.TagClassName
{
border-color: #BB341E;
}
</style>