Html Css Color HEX #B5280C Harley Davidson Orange
📋 copy color: '#B5280C'red 181 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #B5280C
Tints of Harley Davidson Orange #B5280C
RGB
CMYK
RGB Variations
Color information
#B5280C (or 0xB5280C) is known color: Harley Davidson Orange. HEX triplet: B5, 28 and 0C. RGB value is (181,40,12). Sum of RGB (Red+Green+Blue) = 181+40+12=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B5280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5280C is #4AD7F3. Grayscale: #4F4F4F. Windows color (decimal): -4904948 or 796853. OLE color: 796853.
HSL color Cylindrical-coordinate representation of color #B5280C: hue angle of 9.94º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5280C is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 12 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.29 |
| HSL | 9.94º | 0.88% | 0.38% | - |
| HSV(B) | 9.94º | 0.93% | 0.71% | - |
| XYZ | 19.88 | 11.37 | 1.49 | - |
| YUV | 78.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 12 | 0 | 0.78 | 0.93 | 0.29 | 9.94 | 0.88 | 0.38 |
| Hex | B5 | 28 | C | 0 | 4E | 5D | 1D | A | 58 | 26 |
| Octal | 265 | 50 | 14 | 0 | 116 | 135 | 35 | 12 | 130 | 46 |
| Binary | 10110101 | 101000 | 1100 | 0 | 1001110 | 1011101 | 11101 | 1010 | 1011000 | 100110 |
Color Harmonies of #B5280C
Complementary color
Monochromatic Colors of #B5280C
Black with #B5280C
Text Example
Text Example
White with #B5280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5280C; }
p { color: rgb(181,40,12); }
H1.HeaderClassName
{
color: #B5280C;
}
.AnyTagClassName
{
color: #B5280C;
}
</style>
background-color css
<style>
a { background-color: #B5280C; }
a { background-color: rgb(181,40,12); }
div.DivClassName
{
background-color: #B5280C;
}
.BgClassName
{
background-color: #B5280C;
}
</style>
border-color css
<style>
span { border-color: #B5280C; }
span { border-color: rgb(181,40,12); }
td.TdClassName
{
border-color: #B5280C;
}
.TagClassName
{
border-color: #B5280C;
}
</style>