Html Css Color HEX #BB341C Harley Davidson Orange
📋 copy color: '#BB341C'red 187 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #BB341C
Tints of Harley Davidson Orange #BB341C
RGB
CMYK
RGB Variations
Color information
#BB341C (or 0xBB341C) is known color: Harley Davidson Orange. HEX triplet: BB, 34 and 1C. RGB value is (187,52,28). Sum of RGB (Red+Green+Blue) = 187+52+28=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB341C is #44CBE3. Grayscale: #595959. Windows color (decimal): -4508644 or 1848507. OLE color: 1848507.
HSL color Cylindrical-coordinate representation of color #BB341C: hue angle of 9.06º 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 #BB341C is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 28 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.27 |
| HSL | 9.06º | 0.74% | 0.42% | - |
| HSV(B) | 9.06º | 0.85% | 0.73% | - |
| XYZ | 21.93 | 13.1 | 2.47 | - |
| YUV | 89.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 28 | 0 | 0.72 | 0.85 | 0.27 | 9.06 | 0.74 | 0.42 |
| Hex | BB | 34 | 1C | 0 | 48 | 55 | 1B | 9 | 4A | 2A |
| Octal | 273 | 64 | 34 | 0 | 110 | 125 | 33 | 11 | 112 | 52 |
| Binary | 10111011 | 110100 | 11100 | 0 | 1001000 | 1010101 | 11011 | 1001 | 1001010 | 101010 |
Color Harmonies of #BB341C
Complementary color
Monochromatic Colors of #BB341C
Black with #BB341C
Text Example
Text Example
White with #BB341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB341C; }
p { color: rgb(187,52,28); }
H1.HeaderClassName
{
color: #BB341C;
}
.AnyTagClassName
{
color: #BB341C;
}
</style>
background-color css
<style>
a { background-color: #BB341C; }
a { background-color: rgb(187,52,28); }
div.DivClassName
{
background-color: #BB341C;
}
.BgClassName
{
background-color: #BB341C;
}
</style>
border-color css
<style>
span { border-color: #BB341C; }
span { border-color: rgb(187,52,28); }
td.TdClassName
{
border-color: #BB341C;
}
.TagClassName
{
border-color: #BB341C;
}
</style>