Html Css Color HEX #B9351A Harley Davidson Orange
📋 copy color: '#B9351A'red 185 ◦ green 53 ◦ blue 26
Shades of Harley Davidson Orange #B9351A
Tints of Harley Davidson Orange #B9351A
RGB
CMYK
RGB Variations
Color information
#B9351A (or 0xB9351A) is known color: Harley Davidson Orange. HEX triplet: B9, 35 and 1A. RGB value is (185,53,26). Sum of RGB (Red+Green+Blue) = 185+53+26=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9351A is #46CAE5. Grayscale: #595959. Windows color (decimal): -4639462 or 1717689. OLE color: 1717689.
HSL color Cylindrical-coordinate representation of color #B9351A: hue angle of 10.19º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9351A is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 26 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.27 |
| HSL | 10.19º | 0.75% | 0.41% | - |
| HSV(B) | 10.19º | 0.86% | 0.73% | - |
| XYZ | 21.47 | 12.94 | 2.34 | - |
| YUV | 89.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 26 | 0 | 0.71 | 0.86 | 0.27 | 10.19 | 0.75 | 0.41 |
| Hex | B9 | 35 | 1A | 0 | 47 | 56 | 1B | A | 4B | 29 |
| Octal | 271 | 65 | 32 | 0 | 107 | 126 | 33 | 12 | 113 | 51 |
| Binary | 10111001 | 110101 | 11010 | 0 | 1000111 | 1010110 | 11011 | 1010 | 1001011 | 101001 |
Color Harmonies of #B9351A
Complementary color
Monochromatic Colors of #B9351A
Black with #B9351A
Text Example
Text Example
White with #B9351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9351A; }
p { color: rgb(185,53,26); }
H1.HeaderClassName
{
color: #B9351A;
}
.AnyTagClassName
{
color: #B9351A;
}
</style>
background-color css
<style>
a { background-color: #B9351A; }
a { background-color: rgb(185,53,26); }
div.DivClassName
{
background-color: #B9351A;
}
.BgClassName
{
background-color: #B9351A;
}
</style>
border-color css
<style>
span { border-color: #B9351A; }
span { border-color: rgb(185,53,26); }
td.TdClassName
{
border-color: #B9351A;
}
.TagClassName
{
border-color: #B9351A;
}
</style>