Html Css Color HEX #BB270C Harley Davidson Orange
📋 copy color: '#BB270C'red 187 ◦ green 39 ◦ blue 12
Shades of Harley Davidson Orange #BB270C
Tints of Harley Davidson Orange #BB270C
RGB
CMYK
RGB Variations
Color information
#BB270C (or 0xBB270C) is known color: Harley Davidson Orange. HEX triplet: BB, 27 and 0C. RGB value is (187,39,12). Sum of RGB (Red+Green+Blue) = 187+39+12=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB270C is #44D8F3. Grayscale: #505050. Windows color (decimal): -4511988 or 796603. OLE color: 796603.
HSL color Cylindrical-coordinate representation of color #BB270C: hue angle of 9.26º 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 #BB270C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 12 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.27 |
| HSL | 9.26º | 0.88% | 0.39% | - |
| HSV(B) | 9.26º | 0.94% | 0.73% | - |
| XYZ | 21.29 | 12.04 | 1.55 | - |
| YUV | 80.17 | 89.53 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 12 | 0 | 0.79 | 0.94 | 0.27 | 9.26 | 0.88 | 0.39 |
| Hex | BB | 27 | C | 0 | 4F | 5E | 1B | 9 | 58 | 27 |
| Octal | 273 | 47 | 14 | 0 | 117 | 136 | 33 | 11 | 130 | 47 |
| Binary | 10111011 | 100111 | 1100 | 0 | 1001111 | 1011110 | 11011 | 1001 | 1011000 | 100111 |
Color Harmonies of #BB270C
Complementary color
Monochromatic Colors of #BB270C
Black with #BB270C
Text Example
Text Example
White with #BB270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB270C; }
p { color: rgb(187,39,12); }
H1.HeaderClassName
{
color: #BB270C;
}
.AnyTagClassName
{
color: #BB270C;
}
</style>
background-color css
<style>
a { background-color: #BB270C; }
a { background-color: rgb(187,39,12); }
div.DivClassName
{
background-color: #BB270C;
}
.BgClassName
{
background-color: #BB270C;
}
</style>
border-color css
<style>
span { border-color: #BB270C; }
span { border-color: rgb(187,39,12); }
td.TdClassName
{
border-color: #BB270C;
}
.TagClassName
{
border-color: #BB270C;
}
</style>