Html Css Color HEX #B7280C Harley Davidson Orange
📋 copy color: '#B7280C'red 183 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #B7280C
Tints of Harley Davidson Orange #B7280C
RGB
CMYK
RGB Variations
Color information
#B7280C (or 0xB7280C) is known color: Harley Davidson Orange. HEX triplet: B7, 28 and 0C. RGB value is (183,40,12). Sum of RGB (Red+Green+Blue) = 183+40+12=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B7280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7280C is #48D7F3. Grayscale: #4F4F4F. Windows color (decimal): -4773876 or 796855. OLE color: 796855.
HSL color Cylindrical-coordinate representation of color #B7280C: hue angle of 9.82º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7280C is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 12 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.28 |
| HSL | 9.82º | 0.88% | 0.38% | - |
| HSV(B) | 9.82º | 0.93% | 0.72% | - |
| XYZ | 20.35 | 11.61 | 1.52 | - |
| YUV | 79.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 12 | 0 | 0.78 | 0.93 | 0.28 | 9.82 | 0.88 | 0.38 |
| Hex | B7 | 28 | C | 0 | 4E | 5D | 1C | A | 58 | 26 |
| Octal | 267 | 50 | 14 | 0 | 116 | 135 | 34 | 12 | 130 | 46 |
| Binary | 10110111 | 101000 | 1100 | 0 | 1001110 | 1011101 | 11100 | 1010 | 1011000 | 100110 |
Color Harmonies of #B7280C
Complementary color
Monochromatic Colors of #B7280C
Black with #B7280C
Text Example
Text Example
White with #B7280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7280C; }
p { color: rgb(183,40,12); }
H1.HeaderClassName
{
color: #B7280C;
}
.AnyTagClassName
{
color: #B7280C;
}
</style>
background-color css
<style>
a { background-color: #B7280C; }
a { background-color: rgb(183,40,12); }
div.DivClassName
{
background-color: #B7280C;
}
.BgClassName
{
background-color: #B7280C;
}
</style>
border-color css
<style>
span { border-color: #B7280C; }
span { border-color: rgb(183,40,12); }
td.TdClassName
{
border-color: #B7280C;
}
.TagClassName
{
border-color: #B7280C;
}
</style>