Html Css Color HEX #BB391C Harley Davidson Orange
📋 copy color: '#BB391C'red 187 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #BB391C
Tints of Harley Davidson Orange #BB391C
RGB
CMYK
RGB Variations
Color information
#BB391C (or 0xBB391C) is known color: Harley Davidson Orange. HEX triplet: BB, 39 and 1C. RGB value is (187,57,28). Sum of RGB (Red+Green+Blue) = 187+57+28=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB391C is #44C6E3. Grayscale: #5C5C5C. Windows color (decimal): -4507364 or 1849787. OLE color: 1849787.
HSL color Cylindrical-coordinate representation of color #BB391C: hue angle of 10.94º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB391C is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 28 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.27 |
| HSL | 10.94º | 0.74% | 0.42% | - |
| HSV(B) | 10.94º | 0.85% | 0.73% | - |
| XYZ | 22.17 | 13.57 | 2.55 | - |
| YUV | 92.56 | 91.57 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 28 | 0 | 0.70 | 0.85 | 0.27 | 10.94 | 0.74 | 0.42 |
| Hex | BB | 39 | 1C | 0 | 46 | 55 | 1B | B | 4A | 2A |
| Octal | 273 | 71 | 34 | 0 | 106 | 125 | 33 | 13 | 112 | 52 |
| Binary | 10111011 | 111001 | 11100 | 0 | 1000110 | 1010101 | 11011 | 1011 | 1001010 | 101010 |
Color Harmonies of #BB391C
Complementary color
Monochromatic Colors of #BB391C
Black with #BB391C
Text Example
Text Example
White with #BB391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB391C; }
p { color: rgb(187,57,28); }
H1.HeaderClassName
{
color: #BB391C;
}
.AnyTagClassName
{
color: #BB391C;
}
</style>
background-color css
<style>
a { background-color: #BB391C; }
a { background-color: rgb(187,57,28); }
div.DivClassName
{
background-color: #BB391C;
}
.BgClassName
{
background-color: #BB391C;
}
</style>
border-color css
<style>
span { border-color: #BB391C; }
span { border-color: rgb(187,57,28); }
td.TdClassName
{
border-color: #BB391C;
}
.TagClassName
{
border-color: #BB391C;
}
</style>