Html Css Color HEX #BB3320 Harley Davidson Orange
📋 copy color: '#BB3320'red 187 ◦ green 51 ◦ blue 32
Shades of Harley Davidson Orange #BB3320
Tints of Harley Davidson Orange #BB3320
RGB
CMYK
RGB Variations
Color information
#BB3320 (or 0xBB3320) is known color: Harley Davidson Orange. HEX triplet: BB, 33 and 20. RGB value is (187,51,32). Sum of RGB (Red+Green+Blue) = 187+51+32=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3320 is #44CCDF. Grayscale: #595959. Windows color (decimal): -4508896 or 2110395. OLE color: 2110395.
HSL color Cylindrical-coordinate representation of color #BB3320: hue angle of 7.35º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB3320 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 32 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.27 |
| HSL | 7.35º | 0.71% | 0.43% | - |
| HSV(B) | 7.35º | 0.83% | 0.73% | - |
| XYZ | 21.94 | 13.04 | 2.73 | - |
| YUV | 89.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 32 | 0 | 0.73 | 0.83 | 0.27 | 7.35 | 0.71 | 0.43 |
| Hex | BB | 33 | 20 | 0 | 49 | 53 | 1B | 7 | 47 | 2B |
| Octal | 273 | 63 | 40 | 0 | 111 | 123 | 33 | 7 | 107 | 53 |
| Binary | 10111011 | 110011 | 100000 | 0 | 1001001 | 1010011 | 11011 | 111 | 1000111 | 101011 |
Color Harmonies of #BB3320
Complementary color
Monochromatic Colors of #BB3320
Black with #BB3320
Text Example
Text Example
White with #BB3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3320; }
p { color: rgb(187,51,32); }
H1.HeaderClassName
{
color: #BB3320;
}
.AnyTagClassName
{
color: #BB3320;
}
</style>
background-color css
<style>
a { background-color: #BB3320; }
a { background-color: rgb(187,51,32); }
div.DivClassName
{
background-color: #BB3320;
}
.BgClassName
{
background-color: #BB3320;
}
</style>
border-color css
<style>
span { border-color: #BB3320; }
span { border-color: rgb(187,51,32); }
td.TdClassName
{
border-color: #BB3320;
}
.TagClassName
{
border-color: #BB3320;
}
</style>