Html Css Color HEX #B5341D Harley Davidson Orange
📋 copy color: '#B5341D'red 181 ◦ green 52 ◦ blue 29
Shades of Harley Davidson Orange #B5341D
Tints of Harley Davidson Orange #B5341D
RGB
CMYK
RGB Variations
Color information
#B5341D (or 0xB5341D) is known color: Harley Davidson Orange. HEX triplet: B5, 34 and 1D. RGB value is (181,52,29). Sum of RGB (Red+Green+Blue) = 181+52+29=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5341D is #4ACBE2. Grayscale: #585858. Windows color (decimal): -4901859 or 1914037. OLE color: 1914037.
HSL color Cylindrical-coordinate representation of color #B5341D: hue angle of 9.08º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5341D is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 29 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.29 |
| HSL | 9.08º | 0.72% | 0.41% | - |
| HSV(B) | 9.08º | 0.84% | 0.71% | - |
| XYZ | 20.51 | 12.37 | 2.47 | - |
| YUV | 87.95 | 94.74 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 29 | 0 | 0.71 | 0.84 | 0.29 | 9.08 | 0.72 | 0.41 |
| Hex | B5 | 34 | 1D | 0 | 47 | 54 | 1D | 9 | 48 | 29 |
| Octal | 265 | 64 | 35 | 0 | 107 | 124 | 35 | 11 | 110 | 51 |
| Binary | 10110101 | 110100 | 11101 | 0 | 1000111 | 1010100 | 11101 | 1001 | 1001000 | 101001 |
Color Harmonies of #B5341D
Complementary color
Monochromatic Colors of #B5341D
Black with #B5341D
Text Example
Text Example
White with #B5341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5341D; }
p { color: rgb(181,52,29); }
H1.HeaderClassName
{
color: #B5341D;
}
.AnyTagClassName
{
color: #B5341D;
}
</style>
background-color css
<style>
a { background-color: #B5341D; }
a { background-color: rgb(181,52,29); }
div.DivClassName
{
background-color: #B5341D;
}
.BgClassName
{
background-color: #B5341D;
}
</style>
border-color css
<style>
span { border-color: #B5341D; }
span { border-color: rgb(181,52,29); }
td.TdClassName
{
border-color: #B5341D;
}
.TagClassName
{
border-color: #B5341D;
}
</style>