Html Css Color HEX #BB341B Harley Davidson Orange
📋 copy color: '#BB341B'red 187 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #BB341B
Tints of Harley Davidson Orange #BB341B
RGB
CMYK
RGB Variations
Color information
#BB341B (or 0xBB341B) is known color: Harley Davidson Orange. HEX triplet: BB, 34 and 1B. RGB value is (187,52,27). Sum of RGB (Red+Green+Blue) = 187+52+27=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB341B is #44CBE4. Grayscale: #595959. Windows color (decimal): -4508645 or 1782971. OLE color: 1782971.
HSL color Cylindrical-coordinate representation of color #BB341B: hue angle of 9.38º degrees, saturation: 0.75, 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 #BB341B is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 27 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.27 |
| HSL | 9.38º | 0.75% | 0.42% | - |
| HSV(B) | 9.38º | 0.86% | 0.73% | - |
| XYZ | 21.92 | 13.1 | 2.41 | - |
| YUV | 89.52 | 92.73 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 27 | 0 | 0.72 | 0.86 | 0.27 | 9.38 | 0.75 | 0.42 |
| Hex | BB | 34 | 1B | 0 | 48 | 56 | 1B | 9 | 4B | 2A |
| Octal | 273 | 64 | 33 | 0 | 110 | 126 | 33 | 11 | 113 | 52 |
| Binary | 10111011 | 110100 | 11011 | 0 | 1001000 | 1010110 | 11011 | 1001 | 1001011 | 101010 |
Color Harmonies of #BB341B
Complementary color
Monochromatic Colors of #BB341B
Black with #BB341B
Text Example
Text Example
White with #BB341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB341B; }
p { color: rgb(187,52,27); }
H1.HeaderClassName
{
color: #BB341B;
}
.AnyTagClassName
{
color: #BB341B;
}
</style>
background-color css
<style>
a { background-color: #BB341B; }
a { background-color: rgb(187,52,27); }
div.DivClassName
{
background-color: #BB341B;
}
.BgClassName
{
background-color: #BB341B;
}
</style>
border-color css
<style>
span { border-color: #BB341B; }
span { border-color: rgb(187,52,27); }
td.TdClassName
{
border-color: #BB341B;
}
.TagClassName
{
border-color: #BB341B;
}
</style>