Html Css Color HEX #B63218 Harley Davidson Orange
📋 copy color: '#B63218'red 182 ◦ green 50 ◦ blue 24
Shades of Harley Davidson Orange #B63218
Tints of Harley Davidson Orange #B63218
RGB
CMYK
RGB Variations
Color information
#B63218 (or 0xB63218) is known color: Harley Davidson Orange. HEX triplet: B6, 32 and 18. RGB value is (182,50,24). Sum of RGB (Red+Green+Blue) = 182+50+24=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B63218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63218 is #49CDE7. Grayscale: #565656. Windows color (decimal): -4836840 or 1585846. OLE color: 1585846.
HSL color Cylindrical-coordinate representation of color #B63218: hue angle of 9.87º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B63218 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 24 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.29 |
| HSL | 9.87º | 0.77% | 0.4% | - |
| HSV(B) | 9.87º | 0.87% | 0.71% | - |
| XYZ | 20.6 | 12.29 | 2.15 | - |
| YUV | 86.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 24 | 0 | 0.73 | 0.87 | 0.29 | 9.87 | 0.77 | 0.4 |
| Hex | B6 | 32 | 18 | 0 | 49 | 57 | 1D | A | 4D | 28 |
| Octal | 266 | 62 | 30 | 0 | 111 | 127 | 35 | 12 | 115 | 50 |
| Binary | 10110110 | 110010 | 11000 | 0 | 1001001 | 1010111 | 11101 | 1010 | 1001101 | 101000 |
Color Harmonies of #B63218
Complementary color
Monochromatic Colors of #B63218
Black with #B63218
Text Example
Text Example
White with #B63218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63218; }
p { color: rgb(182,50,24); }
H1.HeaderClassName
{
color: #B63218;
}
.AnyTagClassName
{
color: #B63218;
}
</style>
background-color css
<style>
a { background-color: #B63218; }
a { background-color: rgb(182,50,24); }
div.DivClassName
{
background-color: #B63218;
}
.BgClassName
{
background-color: #B63218;
}
</style>
border-color css
<style>
span { border-color: #B63218; }
span { border-color: rgb(182,50,24); }
td.TdClassName
{
border-color: #B63218;
}
.TagClassName
{
border-color: #B63218;
}
</style>