Html Css Color HEX #B8351D Harley Davidson Orange
📋 copy color: '#B8351D'red 184 ◦ green 53 ◦ blue 29
Shades of Harley Davidson Orange #B8351D
Tints of Harley Davidson Orange #B8351D
RGB
CMYK
RGB Variations
Color information
#B8351D (or 0xB8351D) is known color: Harley Davidson Orange. HEX triplet: B8, 35 and 1D. RGB value is (184,53,29). Sum of RGB (Red+Green+Blue) = 184+53+29=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B8351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8351D is #47CAE2. Grayscale: #595959. Windows color (decimal): -4704995 or 1914296. OLE color: 1914296.
HSL color Cylindrical-coordinate representation of color #B8351D: hue angle of 9.29º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8351D is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 29 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.28 |
| HSL | 9.29º | 0.73% | 0.42% | - |
| HSV(B) | 9.29º | 0.84% | 0.72% | - |
| XYZ | 21.26 | 12.83 | 2.52 | - |
| YUV | 89.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 29 | 0 | 0.71 | 0.84 | 0.28 | 9.29 | 0.73 | 0.42 |
| Hex | B8 | 35 | 1D | 0 | 47 | 54 | 1C | 9 | 49 | 2A |
| Octal | 270 | 65 | 35 | 0 | 107 | 124 | 34 | 11 | 111 | 52 |
| Binary | 10111000 | 110101 | 11101 | 0 | 1000111 | 1010100 | 11100 | 1001 | 1001001 | 101010 |
Color Harmonies of #B8351D
Complementary color
Monochromatic Colors of #B8351D
Black with #B8351D
Text Example
Text Example
White with #B8351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8351D; }
p { color: rgb(184,53,29); }
H1.HeaderClassName
{
color: #B8351D;
}
.AnyTagClassName
{
color: #B8351D;
}
</style>
background-color css
<style>
a { background-color: #B8351D; }
a { background-color: rgb(184,53,29); }
div.DivClassName
{
background-color: #B8351D;
}
.BgClassName
{
background-color: #B8351D;
}
</style>
border-color css
<style>
span { border-color: #B8351D; }
span { border-color: rgb(184,53,29); }
td.TdClassName
{
border-color: #B8351D;
}
.TagClassName
{
border-color: #B8351D;
}
</style>