Html Css Color HEX #BB391B Harley Davidson Orange
📋 copy color: '#BB391B'red 187 ◦ green 57 ◦ blue 27
Shades of Harley Davidson Orange #BB391B
Tints of Harley Davidson Orange #BB391B
RGB
CMYK
RGB Variations
Color information
#BB391B (or 0xBB391B) is known color: Harley Davidson Orange. HEX triplet: BB, 39 and 1B. RGB value is (187,57,27). Sum of RGB (Red+Green+Blue) = 187+57+27=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB391B is #44C6E4. Grayscale: #5C5C5C. Windows color (decimal): -4507365 or 1784251. OLE color: 1784251.
HSL color Cylindrical-coordinate representation of color #BB391B: hue angle of 11.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB391B is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 27 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.27 |
| HSL | 11.25º | 0.75% | 0.42% | - |
| HSV(B) | 11.25º | 0.86% | 0.73% | - |
| XYZ | 22.15 | 13.57 | 2.49 | - |
| YUV | 92.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 27 | 0 | 0.70 | 0.86 | 0.27 | 11.25 | 0.75 | 0.42 |
| Hex | BB | 39 | 1B | 0 | 46 | 56 | 1B | B | 4B | 2A |
| Octal | 273 | 71 | 33 | 0 | 106 | 126 | 33 | 13 | 113 | 52 |
| Binary | 10111011 | 111001 | 11011 | 0 | 1000110 | 1010110 | 11011 | 1011 | 1001011 | 101010 |
Color Harmonies of #BB391B
Complementary color
Monochromatic Colors of #BB391B
Black with #BB391B
Text Example
Text Example
White with #BB391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB391B; }
p { color: rgb(187,57,27); }
H1.HeaderClassName
{
color: #BB391B;
}
.AnyTagClassName
{
color: #BB391B;
}
</style>
background-color css
<style>
a { background-color: #BB391B; }
a { background-color: rgb(187,57,27); }
div.DivClassName
{
background-color: #BB391B;
}
.BgClassName
{
background-color: #BB391B;
}
</style>
border-color css
<style>
span { border-color: #BB391B; }
span { border-color: rgb(187,57,27); }
td.TdClassName
{
border-color: #BB391B;
}
.TagClassName
{
border-color: #BB391B;
}
</style>