Html Css Color HEX #B8351A Harley Davidson Orange
📋 copy color: '#B8351A'red 184 ◦ green 53 ◦ blue 26
Shades of Harley Davidson Orange #B8351A
Tints of Harley Davidson Orange #B8351A
RGB
CMYK
RGB Variations
Color information
#B8351A (or 0xB8351A) is known color: Harley Davidson Orange. HEX triplet: B8, 35 and 1A. RGB value is (184,53,26). Sum of RGB (Red+Green+Blue) = 184+53+26=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8351A is #47CAE5. Grayscale: #595959. Windows color (decimal): -4704998 or 1717688. OLE color: 1717688.
HSL color Cylindrical-coordinate representation of color #B8351A: hue angle of 10.25º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8351A is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 26 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.28 |
| HSL | 10.25º | 0.75% | 0.41% | - |
| HSV(B) | 10.25º | 0.86% | 0.72% | - |
| XYZ | 21.23 | 12.81 | 2.33 | - |
| YUV | 89.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 26 | 0 | 0.71 | 0.86 | 0.28 | 10.25 | 0.75 | 0.41 |
| Hex | B8 | 35 | 1A | 0 | 47 | 56 | 1C | A | 4B | 29 |
| Octal | 270 | 65 | 32 | 0 | 107 | 126 | 34 | 12 | 113 | 51 |
| Binary | 10111000 | 110101 | 11010 | 0 | 1000111 | 1010110 | 11100 | 1010 | 1001011 | 101001 |
Color Harmonies of #B8351A
Complementary color
Monochromatic Colors of #B8351A
Black with #B8351A
Text Example
Text Example
White with #B8351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8351A; }
p { color: rgb(184,53,26); }
H1.HeaderClassName
{
color: #B8351A;
}
.AnyTagClassName
{
color: #B8351A;
}
</style>
background-color css
<style>
a { background-color: #B8351A; }
a { background-color: rgb(184,53,26); }
div.DivClassName
{
background-color: #B8351A;
}
.BgClassName
{
background-color: #B8351A;
}
</style>
border-color css
<style>
span { border-color: #B8351A; }
span { border-color: rgb(184,53,26); }
td.TdClassName
{
border-color: #B8351A;
}
.TagClassName
{
border-color: #B8351A;
}
</style>