Html Css Color HEX #BB2300 Harley Davidson Orange
📋 copy color: '#BB2300'red 187 ◦ green 35 ◦ blue 0
Shades of Harley Davidson Orange #BB2300
Tints of Harley Davidson Orange #BB2300
RGB
CMYK
RGB Variations
Color information
#BB2300 (or 0xBB2300) is known color: Harley Davidson Orange. HEX triplet: BB, 23 and 00. RGB value is (187,35,0). Sum of RGB (Red+Green+Blue) = 187+35+0=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2300 is #44DCFF. Grayscale: #4C4C4C. Windows color (decimal): -4513024 or 9147. OLE color: 9147.
HSL color Cylindrical-coordinate representation of color #BB2300: hue angle of 11.23º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB2300 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.27 |
| HSL | 11.23º | 1% | 0.37% | - |
| HSV(B) | 11.23º | 1% | 0.73% | - |
| XYZ | 21.09 | 11.77 | 1.16 | - |
| YUV | 76.46 | 84.86 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 0 | 0 | 0.81 | 1 | 0.27 | 11.23 | 1 | 0.37 |
| Hex | BB | 23 | 0 | 0 | 51 | 64 | 1B | B | 64 | 25 |
| Octal | 273 | 43 | 0 | 0 | 121 | 144 | 33 | 13 | 144 | 45 |
| Binary | 10111011 | 100011 | 0 | 0 | 1010001 | 1100100 | 11011 | 1011 | 1100100 | 100101 |
Color Harmonies of #BB2300
Complementary color
Monochromatic Colors of #BB2300
Black with #BB2300
Text Example
Text Example
White with #BB2300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2300; }
p { color: rgb(187,35,0); }
H1.HeaderClassName
{
color: #BB2300;
}
.AnyTagClassName
{
color: #BB2300;
}
</style>
background-color css
<style>
a { background-color: #BB2300; }
a { background-color: rgb(187,35,0); }
div.DivClassName
{
background-color: #BB2300;
}
.BgClassName
{
background-color: #BB2300;
}
</style>
border-color css
<style>
span { border-color: #BB2300; }
span { border-color: rgb(187,35,0); }
td.TdClassName
{
border-color: #BB2300;
}
.TagClassName
{
border-color: #BB2300;
}
</style>