Html Css Color HEX #BB270D Harley Davidson Orange
📋 copy color: '#BB270D'red 187 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #BB270D
Tints of Harley Davidson Orange #BB270D
RGB
CMYK
RGB Variations
Color information
#BB270D (or 0xBB270D) is known color: Harley Davidson Orange. HEX triplet: BB, 27 and 0D. RGB value is (187,39,13). Sum of RGB (Red+Green+Blue) = 187+39+13=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB270D is #44D8F2. Grayscale: #505050. Windows color (decimal): -4511987 or 862139. OLE color: 862139.
HSL color Cylindrical-coordinate representation of color #BB270D: hue angle of 8.97º 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 #BB270D is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 13 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.27 |
| HSL | 8.97º | 0.87% | 0.39% | - |
| HSV(B) | 8.97º | 0.93% | 0.73% | - |
| XYZ | 21.29 | 12.04 | 1.58 | - |
| YUV | 80.29 | 90.03 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 13 | 0 | 0.79 | 0.93 | 0.27 | 8.97 | 0.87 | 0.39 |
| Hex | BB | 27 | D | 0 | 4F | 5D | 1B | 9 | 57 | 27 |
| Octal | 273 | 47 | 15 | 0 | 117 | 135 | 33 | 11 | 127 | 47 |
| Binary | 10111011 | 100111 | 1101 | 0 | 1001111 | 1011101 | 11011 | 1001 | 1010111 | 100111 |
Color Harmonies of #BB270D
Complementary color
Monochromatic Colors of #BB270D
Black with #BB270D
Text Example
Text Example
White with #BB270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB270D; }
p { color: rgb(187,39,13); }
H1.HeaderClassName
{
color: #BB270D;
}
.AnyTagClassName
{
color: #BB270D;
}
</style>
background-color css
<style>
a { background-color: #BB270D; }
a { background-color: rgb(187,39,13); }
div.DivClassName
{
background-color: #BB270D;
}
.BgClassName
{
background-color: #BB270D;
}
</style>
border-color css
<style>
span { border-color: #BB270D; }
span { border-color: rgb(187,39,13); }
td.TdClassName
{
border-color: #BB270D;
}
.TagClassName
{
border-color: #BB270D;
}
</style>