Html Css Color HEX #B9351C Harley Davidson Orange
📋 copy color: '#B9351C'red 185 ◦ green 53 ◦ blue 28
Shades of Harley Davidson Orange #B9351C
Tints of Harley Davidson Orange #B9351C
RGB
CMYK
RGB Variations
Color information
#B9351C (or 0xB9351C) is known color: Harley Davidson Orange. HEX triplet: B9, 35 and 1C. RGB value is (185,53,28). Sum of RGB (Red+Green+Blue) = 185+53+28=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9351C is #46CAE3. Grayscale: #595959. Windows color (decimal): -4639460 or 1848761. OLE color: 1848761.
HSL color Cylindrical-coordinate representation of color #B9351C: hue angle of 9.55º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9351C is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 28 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.27 |
| HSL | 9.55º | 0.74% | 0.42% | - |
| HSV(B) | 9.55º | 0.85% | 0.73% | - |
| XYZ | 21.49 | 12.94 | 2.46 | - |
| YUV | 89.62 | 93.23 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 28 | 0 | 0.71 | 0.85 | 0.27 | 9.55 | 0.74 | 0.42 |
| Hex | B9 | 35 | 1C | 0 | 47 | 55 | 1B | A | 4A | 2A |
| Octal | 271 | 65 | 34 | 0 | 107 | 125 | 33 | 12 | 112 | 52 |
| Binary | 10111001 | 110101 | 11100 | 0 | 1000111 | 1010101 | 11011 | 1010 | 1001010 | 101010 |
Color Harmonies of #B9351C
Complementary color
Monochromatic Colors of #B9351C
Black with #B9351C
Text Example
Text Example
White with #B9351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9351C; }
p { color: rgb(185,53,28); }
H1.HeaderClassName
{
color: #B9351C;
}
.AnyTagClassName
{
color: #B9351C;
}
</style>
background-color css
<style>
a { background-color: #B9351C; }
a { background-color: rgb(185,53,28); }
div.DivClassName
{
background-color: #B9351C;
}
.BgClassName
{
background-color: #B9351C;
}
</style>
border-color css
<style>
span { border-color: #B9351C; }
span { border-color: rgb(185,53,28); }
td.TdClassName
{
border-color: #B9351C;
}
.TagClassName
{
border-color: #B9351C;
}
</style>