Html Css Color HEX #B8351C Harley Davidson Orange
📋 copy color: '#B8351C'red 184 ◦ green 53 ◦ blue 28
Shades of Harley Davidson Orange #B8351C
Tints of Harley Davidson Orange #B8351C
RGB
CMYK
RGB Variations
Color information
#B8351C (or 0xB8351C) is known color: Harley Davidson Orange. HEX triplet: B8, 35 and 1C. RGB value is (184,53,28). Sum of RGB (Red+Green+Blue) = 184+53+28=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B8351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8351C is #47CAE3. Grayscale: #595959. Windows color (decimal): -4704996 or 1848760. OLE color: 1848760.
HSL color Cylindrical-coordinate representation of color #B8351C: hue angle of 9.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8351C is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 28 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.28 |
| HSL | 9.62º | 0.74% | 0.42% | - |
| HSV(B) | 9.62º | 0.85% | 0.72% | - |
| XYZ | 21.25 | 12.82 | 2.45 | - |
| YUV | 89.32 | 93.4 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 28 | 0 | 0.71 | 0.85 | 0.28 | 9.62 | 0.74 | 0.42 |
| Hex | B8 | 35 | 1C | 0 | 47 | 55 | 1C | A | 4A | 2A |
| Octal | 270 | 65 | 34 | 0 | 107 | 125 | 34 | 12 | 112 | 52 |
| Binary | 10111000 | 110101 | 11100 | 0 | 1000111 | 1010101 | 11100 | 1010 | 1001010 | 101010 |
Color Harmonies of #B8351C
Complementary color
Monochromatic Colors of #B8351C
Black with #B8351C
Text Example
Text Example
White with #B8351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8351C; }
p { color: rgb(184,53,28); }
H1.HeaderClassName
{
color: #B8351C;
}
.AnyTagClassName
{
color: #B8351C;
}
</style>
background-color css
<style>
a { background-color: #B8351C; }
a { background-color: rgb(184,53,28); }
div.DivClassName
{
background-color: #B8351C;
}
.BgClassName
{
background-color: #B8351C;
}
</style>
border-color css
<style>
span { border-color: #B8351C; }
span { border-color: rgb(184,53,28); }
td.TdClassName
{
border-color: #B8351C;
}
.TagClassName
{
border-color: #B8351C;
}
</style>