Html Css Color HEX #B8290D Harley Davidson Orange
📋 copy color: '#B8290D'red 184 ◦ green 41 ◦ blue 13
Shades of Harley Davidson Orange #B8290D
Tints of Harley Davidson Orange #B8290D
RGB
CMYK
RGB Variations
Color information
#B8290D (or 0xB8290D) is known color: Harley Davidson Orange. HEX triplet: B8, 29 and 0D. RGB value is (184,41,13). Sum of RGB (Red+Green+Blue) = 184+41+13=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B8290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8290D is #47D6F2. Grayscale: #505050. Windows color (decimal): -4708083 or 862648. OLE color: 862648.
HSL color Cylindrical-coordinate representation of color #B8290D: hue angle of 9.82º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8290D is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 13 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.28 |
| HSL | 9.82º | 0.87% | 0.39% | - |
| HSV(B) | 9.82º | 0.93% | 0.72% | - |
| XYZ | 20.63 | 11.81 | 1.57 | - |
| YUV | 80.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 13 | 0 | 0.78 | 0.93 | 0.28 | 9.82 | 0.87 | 0.39 |
| Hex | B8 | 29 | D | 0 | 4E | 5D | 1C | A | 57 | 27 |
| Octal | 270 | 51 | 15 | 0 | 116 | 135 | 34 | 12 | 127 | 47 |
| Binary | 10111000 | 101001 | 1101 | 0 | 1001110 | 1011101 | 11100 | 1010 | 1010111 | 100111 |
Color Harmonies of #B8290D
Complementary color
Monochromatic Colors of #B8290D
Black with #B8290D
Text Example
Text Example
White with #B8290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8290D; }
p { color: rgb(184,41,13); }
H1.HeaderClassName
{
color: #B8290D;
}
.AnyTagClassName
{
color: #B8290D;
}
</style>
background-color css
<style>
a { background-color: #B8290D; }
a { background-color: rgb(184,41,13); }
div.DivClassName
{
background-color: #B8290D;
}
.BgClassName
{
background-color: #B8290D;
}
</style>
border-color css
<style>
span { border-color: #B8290D; }
span { border-color: rgb(184,41,13); }
td.TdClassName
{
border-color: #B8290D;
}
.TagClassName
{
border-color: #B8290D;
}
</style>