Html Css Color HEX #BB321B Harley Davidson Orange
📋 copy color: '#BB321B'red 187 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #BB321B
Tints of Harley Davidson Orange #BB321B
RGB
CMYK
RGB Variations
Color information
#BB321B (or 0xBB321B) is known color: Harley Davidson Orange. HEX triplet: BB, 32 and 1B. RGB value is (187,50,27). Sum of RGB (Red+Green+Blue) = 187+50+27=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB321B is #44CDE4. Grayscale: #585858. Windows color (decimal): -4509157 or 1782459. OLE color: 1782459.
HSL color Cylindrical-coordinate representation of color #BB321B: hue angle of 8.62º 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 #BB321B is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 27 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.27 |
| HSL | 8.63º | 0.75% | 0.42% | - |
| HSV(B) | 8.63º | 0.86% | 0.73% | - |
| XYZ | 21.83 | 12.93 | 2.38 | - |
| YUV | 88.34 | 93.39 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 27 | 0 | 0.73 | 0.86 | 0.27 | 8.63 | 0.75 | 0.42 |
| Hex | BB | 32 | 1B | 0 | 49 | 56 | 1B | 9 | 4B | 2A |
| Octal | 273 | 62 | 33 | 0 | 111 | 126 | 33 | 11 | 113 | 52 |
| Binary | 10111011 | 110010 | 11011 | 0 | 1001001 | 1010110 | 11011 | 1001 | 1001011 | 101010 |
Color Harmonies of #BB321B
Complementary color
Monochromatic Colors of #BB321B
Black with #BB321B
Text Example
Text Example
White with #BB321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB321B; }
p { color: rgb(187,50,27); }
H1.HeaderClassName
{
color: #BB321B;
}
.AnyTagClassName
{
color: #BB321B;
}
</style>
background-color css
<style>
a { background-color: #BB321B; }
a { background-color: rgb(187,50,27); }
div.DivClassName
{
background-color: #BB321B;
}
.BgClassName
{
background-color: #BB321B;
}
</style>
border-color css
<style>
span { border-color: #BB321B; }
span { border-color: rgb(187,50,27); }
td.TdClassName
{
border-color: #BB321B;
}
.TagClassName
{
border-color: #BB321B;
}
</style>