Html Css Color HEX #B63119 Harley Davidson Orange
📋 copy color: '#B63119'red 182 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #B63119
Tints of Harley Davidson Orange #B63119
RGB
CMYK
RGB Variations
Color information
#B63119 (or 0xB63119) is known color: Harley Davidson Orange. HEX triplet: B6, 31 and 19. RGB value is (182,49,25). Sum of RGB (Red+Green+Blue) = 182+49+25=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B63119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63119 is #49CEE6. Grayscale: #565656. Windows color (decimal): -4837095 or 1651126. OLE color: 1651126.
HSL color Cylindrical-coordinate representation of color #B63119: hue angle of 9.17º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B63119 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 25 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.29 |
| HSL | 9.17º | 0.76% | 0.41% | - |
| HSV(B) | 9.17º | 0.86% | 0.71% | - |
| XYZ | 20.57 | 12.21 | 2.19 | - |
| YUV | 86.03 | 93.56 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 25 | 0 | 0.73 | 0.86 | 0.29 | 9.17 | 0.76 | 0.41 |
| Hex | B6 | 31 | 19 | 0 | 49 | 56 | 1D | 9 | 4C | 29 |
| Octal | 266 | 61 | 31 | 0 | 111 | 126 | 35 | 11 | 114 | 51 |
| Binary | 10110110 | 110001 | 11001 | 0 | 1001001 | 1010110 | 11101 | 1001 | 1001100 | 101001 |
Color Harmonies of #B63119
Complementary color
Monochromatic Colors of #B63119
Black with #B63119
Text Example
Text Example
White with #B63119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63119; }
p { color: rgb(182,49,25); }
H1.HeaderClassName
{
color: #B63119;
}
.AnyTagClassName
{
color: #B63119;
}
</style>
background-color css
<style>
a { background-color: #B63119; }
a { background-color: rgb(182,49,25); }
div.DivClassName
{
background-color: #B63119;
}
.BgClassName
{
background-color: #B63119;
}
</style>
border-color css
<style>
span { border-color: #B63119; }
span { border-color: rgb(182,49,25); }
td.TdClassName
{
border-color: #B63119;
}
.TagClassName
{
border-color: #B63119;
}
</style>