Html Css Color HEX #BB3321 Harley Davidson Orange
📋 copy color: '#BB3321'red 187 ◦ green 51 ◦ blue 33
Shades of Harley Davidson Orange #BB3321
Tints of Harley Davidson Orange #BB3321
RGB
CMYK
RGB Variations
Color information
#BB3321 (or 0xBB3321) is known color: Harley Davidson Orange. HEX triplet: BB, 33 and 21. RGB value is (187,51,33). Sum of RGB (Red+Green+Blue) = 187+51+33=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3321 is #44CCDE. Grayscale: #595959. Windows color (decimal): -4508895 or 2175931. OLE color: 2175931.
HSL color Cylindrical-coordinate representation of color #BB3321: hue angle of 7.01º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB3321 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 33 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.27 |
| HSL | 7.01º | 0.7% | 0.43% | - |
| HSV(B) | 7.01º | 0.82% | 0.73% | - |
| XYZ | 21.95 | 13.04 | 2.8 | - |
| YUV | 89.61 | 96.06 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 33 | 0 | 0.73 | 0.82 | 0.27 | 7.01 | 0.7 | 0.43 |
| Hex | BB | 33 | 21 | 0 | 49 | 52 | 1B | 7 | 46 | 2B |
| Octal | 273 | 63 | 41 | 0 | 111 | 122 | 33 | 7 | 106 | 53 |
| Binary | 10111011 | 110011 | 100001 | 0 | 1001001 | 1010010 | 11011 | 111 | 1000110 | 101011 |
Color Harmonies of #BB3321
Complementary color
Monochromatic Colors of #BB3321
Black with #BB3321
Text Example
Text Example
White with #BB3321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3321; }
p { color: rgb(187,51,33); }
H1.HeaderClassName
{
color: #BB3321;
}
.AnyTagClassName
{
color: #BB3321;
}
</style>
background-color css
<style>
a { background-color: #BB3321; }
a { background-color: rgb(187,51,33); }
div.DivClassName
{
background-color: #BB3321;
}
.BgClassName
{
background-color: #BB3321;
}
</style>
border-color css
<style>
span { border-color: #BB3321; }
span { border-color: rgb(187,51,33); }
td.TdClassName
{
border-color: #BB3321;
}
.TagClassName
{
border-color: #BB3321;
}
</style>