Html Css Color HEX #B8290C Harley Davidson Orange
📋 copy color: '#B8290C'red 184 ◦ green 41 ◦ blue 12
Shades of Harley Davidson Orange #B8290C
Tints of Harley Davidson Orange #B8290C
RGB
CMYK
RGB Variations
Color information
#B8290C (or 0xB8290C) is known color: Harley Davidson Orange. HEX triplet: B8, 29 and 0C. RGB value is (184,41,12). Sum of RGB (Red+Green+Blue) = 184+41+12=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B8290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8290C is #47D6F3. Grayscale: #505050. Windows color (decimal): -4708084 or 797112. OLE color: 797112.
HSL color Cylindrical-coordinate representation of color #B8290C: hue angle of 10.12º 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 #B8290C is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 12 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.28 |
| HSL | 10.12º | 0.88% | 0.38% | - |
| HSV(B) | 10.12º | 0.93% | 0.72% | - |
| XYZ | 20.63 | 11.8 | 1.54 | - |
| YUV | 80.45 | 89.38 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 12 | 0 | 0.78 | 0.93 | 0.28 | 10.12 | 0.88 | 0.38 |
| Hex | B8 | 29 | C | 0 | 4E | 5D | 1C | A | 58 | 26 |
| Octal | 270 | 51 | 14 | 0 | 116 | 135 | 34 | 12 | 130 | 46 |
| Binary | 10111000 | 101001 | 1100 | 0 | 1001110 | 1011101 | 11100 | 1010 | 1011000 | 100110 |
Color Harmonies of #B8290C
Complementary color
Monochromatic Colors of #B8290C
Black with #B8290C
Text Example
Text Example
White with #B8290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8290C; }
p { color: rgb(184,41,12); }
H1.HeaderClassName
{
color: #B8290C;
}
.AnyTagClassName
{
color: #B8290C;
}
</style>
background-color css
<style>
a { background-color: #B8290C; }
a { background-color: rgb(184,41,12); }
div.DivClassName
{
background-color: #B8290C;
}
.BgClassName
{
background-color: #B8290C;
}
</style>
border-color css
<style>
span { border-color: #B8290C; }
span { border-color: rgb(184,41,12); }
td.TdClassName
{
border-color: #B8290C;
}
.TagClassName
{
border-color: #B8290C;
}
</style>