Html Css Color HEX #BB250D Harley Davidson Orange
📋 copy color: '#BB250D'red 187 ◦ green 37 ◦ blue 13
Shades of Harley Davidson Orange #BB250D
Tints of Harley Davidson Orange #BB250D
RGB
CMYK
RGB Variations
Color information
#BB250D (or 0xBB250D) is known color: Harley Davidson Orange. HEX triplet: BB, 25 and 0D. RGB value is (187,37,13). Sum of RGB (Red+Green+Blue) = 187+37+13=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB250D is #44DAF2. Grayscale: #4F4F4F. Windows color (decimal): -4512499 or 861627. OLE color: 861627.
HSL color Cylindrical-coordinate representation of color #BB250D: hue angle of 8.28º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB250D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 13 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.27 |
| HSL | 8.28º | 0.87% | 0.39% | - |
| HSV(B) | 8.28º | 0.93% | 0.73% | - |
| XYZ | 21.23 | 11.92 | 1.56 | - |
| YUV | 79.11 | 90.7 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 13 | 0 | 0.80 | 0.93 | 0.27 | 8.28 | 0.87 | 0.39 |
| Hex | BB | 25 | D | 0 | 50 | 5D | 1B | 8 | 57 | 27 |
| Octal | 273 | 45 | 15 | 0 | 120 | 135 | 33 | 10 | 127 | 47 |
| Binary | 10111011 | 100101 | 1101 | 0 | 1010000 | 1011101 | 11011 | 1000 | 1010111 | 100111 |
Color Harmonies of #BB250D
Complementary color
Monochromatic Colors of #BB250D
Black with #BB250D
Text Example
Text Example
White with #BB250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB250D; }
p { color: rgb(187,37,13); }
H1.HeaderClassName
{
color: #BB250D;
}
.AnyTagClassName
{
color: #BB250D;
}
</style>
background-color css
<style>
a { background-color: #BB250D; }
a { background-color: rgb(187,37,13); }
div.DivClassName
{
background-color: #BB250D;
}
.BgClassName
{
background-color: #BB250D;
}
</style>
border-color css
<style>
span { border-color: #BB250D; }
span { border-color: rgb(187,37,13); }
td.TdClassName
{
border-color: #BB250D;
}
.TagClassName
{
border-color: #BB250D;
}
</style>