Html Css Color HEX #BB3014 Harley Davidson Orange
📋 copy color: '#BB3014'red 187 ◦ green 48 ◦ blue 20
Shades of Harley Davidson Orange #BB3014
Tints of Harley Davidson Orange #BB3014
RGB
CMYK
RGB Variations
Color information
#BB3014 (or 0xBB3014) is known color: Harley Davidson Orange. HEX triplet: BB, 30 and 14. RGB value is (187,48,20). Sum of RGB (Red+Green+Blue) = 187+48+20=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3014 is #44CFEB. Grayscale: #565656. Windows color (decimal): -4509676 or 1323195. OLE color: 1323195.
HSL color Cylindrical-coordinate representation of color #BB3014: hue angle of 10.06º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB3014 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 20 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.27 |
| HSL | 10.06º | 0.81% | 0.41% | - |
| HSV(B) | 10.06º | 0.89% | 0.73% | - |
| XYZ | 21.68 | 12.73 | 1.98 | - |
| YUV | 86.37 | 90.55 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 20 | 0 | 0.74 | 0.89 | 0.27 | 10.06 | 0.81 | 0.41 |
| Hex | BB | 30 | 14 | 0 | 4A | 59 | 1B | A | 51 | 29 |
| Octal | 273 | 60 | 24 | 0 | 112 | 131 | 33 | 12 | 121 | 51 |
| Binary | 10111011 | 110000 | 10100 | 0 | 1001010 | 1011001 | 11011 | 1010 | 1010001 | 101001 |
Color Harmonies of #BB3014
Complementary color
Monochromatic Colors of #BB3014
Black with #BB3014
Text Example
Text Example
White with #BB3014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3014; }
p { color: rgb(187,48,20); }
H1.HeaderClassName
{
color: #BB3014;
}
.AnyTagClassName
{
color: #BB3014;
}
</style>
background-color css
<style>
a { background-color: #BB3014; }
a { background-color: rgb(187,48,20); }
div.DivClassName
{
background-color: #BB3014;
}
.BgClassName
{
background-color: #BB3014;
}
</style>
border-color css
<style>
span { border-color: #BB3014; }
span { border-color: rgb(187,48,20); }
td.TdClassName
{
border-color: #BB3014;
}
.TagClassName
{
border-color: #BB3014;
}
</style>