Html Css Color HEX #BB250C Harley Davidson Orange
📋 copy color: '#BB250C'red 187 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #BB250C
Tints of Harley Davidson Orange #BB250C
RGB
CMYK
RGB Variations
Color information
#BB250C (or 0xBB250C) is known color: Harley Davidson Orange. HEX triplet: BB, 25 and 0C. RGB value is (187,37,12). Sum of RGB (Red+Green+Blue) = 187+37+12=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB250C is #44DAF3. Grayscale: #4F4F4F. Windows color (decimal): -4512500 or 796091. OLE color: 796091.
HSL color Cylindrical-coordinate representation of color #BB250C: hue angle of 8.57º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB250C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 12 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.27 |
| HSL | 8.57º | 0.88% | 0.39% | - |
| HSV(B) | 8.57º | 0.94% | 0.73% | - |
| XYZ | 21.22 | 11.91 | 1.53 | - |
| YUV | 79 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 12 | 0 | 0.80 | 0.94 | 0.27 | 8.57 | 0.88 | 0.39 |
| Hex | BB | 25 | C | 0 | 50 | 5E | 1B | 9 | 58 | 27 |
| Octal | 273 | 45 | 14 | 0 | 120 | 136 | 33 | 11 | 130 | 47 |
| Binary | 10111011 | 100101 | 1100 | 0 | 1010000 | 1011110 | 11011 | 1001 | 1011000 | 100111 |
Color Harmonies of #BB250C
Complementary color
Monochromatic Colors of #BB250C
Black with #BB250C
Text Example
Text Example
White with #BB250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB250C; }
p { color: rgb(187,37,12); }
H1.HeaderClassName
{
color: #BB250C;
}
.AnyTagClassName
{
color: #BB250C;
}
</style>
background-color css
<style>
a { background-color: #BB250C; }
a { background-color: rgb(187,37,12); }
div.DivClassName
{
background-color: #BB250C;
}
.BgClassName
{
background-color: #BB250C;
}
</style>
border-color css
<style>
span { border-color: #BB250C; }
span { border-color: rgb(187,37,12); }
td.TdClassName
{
border-color: #BB250C;
}
.TagClassName
{
border-color: #BB250C;
}
</style>