Html Css Color HEX #B8371B Harley Davidson Orange
📋 copy color: '#B8371B'red 184 ◦ green 55 ◦ blue 27
Shades of Harley Davidson Orange #B8371B
Tints of Harley Davidson Orange #B8371B
RGB
CMYK
RGB Variations
Color information
#B8371B (or 0xB8371B) is known color: Harley Davidson Orange. HEX triplet: B8, 37 and 1B. RGB value is (184,55,27). Sum of RGB (Red+Green+Blue) = 184+55+27=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B8371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8371B is #47C8E4. Grayscale: #5A5A5A. Windows color (decimal): -4704485 or 1783736. OLE color: 1783736.
HSL color Cylindrical-coordinate representation of color #B8371B: hue angle of 10.7º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8371B is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 27 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.28 |
| HSL | 10.7º | 0.74% | 0.41% | - |
| HSV(B) | 10.7º | 0.85% | 0.72% | - |
| XYZ | 21.33 | 13 | 2.42 | - |
| YUV | 90.38 | 92.24 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 27 | 0 | 0.70 | 0.85 | 0.28 | 10.7 | 0.74 | 0.41 |
| Hex | B8 | 37 | 1B | 0 | 46 | 55 | 1C | B | 4A | 29 |
| Octal | 270 | 67 | 33 | 0 | 106 | 125 | 34 | 13 | 112 | 51 |
| Binary | 10111000 | 110111 | 11011 | 0 | 1000110 | 1010101 | 11100 | 1011 | 1001010 | 101001 |
Color Harmonies of #B8371B
Complementary color
Monochromatic Colors of #B8371B
Black with #B8371B
Text Example
Text Example
White with #B8371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8371B; }
p { color: rgb(184,55,27); }
H1.HeaderClassName
{
color: #B8371B;
}
.AnyTagClassName
{
color: #B8371B;
}
</style>
background-color css
<style>
a { background-color: #B8371B; }
a { background-color: rgb(184,55,27); }
div.DivClassName
{
background-color: #B8371B;
}
.BgClassName
{
background-color: #B8371B;
}
</style>
border-color css
<style>
span { border-color: #B8371B; }
span { border-color: rgb(184,55,27); }
td.TdClassName
{
border-color: #B8371B;
}
.TagClassName
{
border-color: #B8371B;
}
</style>