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