Html Css Color HEX #B63013 Harley Davidson Orange
📋 copy color: '#B63013'red 182 ◦ green 48 ◦ blue 19
Shades of Harley Davidson Orange #B63013
Tints of Harley Davidson Orange #B63013
RGB
CMYK
RGB Variations
Color information
#B63013 (or 0xB63013) is known color: Harley Davidson Orange. HEX triplet: B6, 30 and 13. RGB value is (182,48,19). Sum of RGB (Red+Green+Blue) = 182+48+19=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B63013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63013 is #49CFEC. Grayscale: #555555. Windows color (decimal): -4837357 or 1257654. OLE color: 1257654.
HSL color Cylindrical-coordinate representation of color #B63013: hue angle of 10.67º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B63013 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.29 |
| HSL | 10.67º | 0.81% | 0.39% | - |
| HSV(B) | 10.67º | 0.9% | 0.71% | - |
| XYZ | 20.47 | 12.11 | 1.87 | - |
| YUV | 84.76 | 90.89 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 19 | 0 | 0.74 | 0.90 | 0.29 | 10.67 | 0.81 | 0.39 |
| Hex | B6 | 30 | 13 | 0 | 4A | 5A | 1D | B | 51 | 27 |
| Octal | 266 | 60 | 23 | 0 | 112 | 132 | 35 | 13 | 121 | 47 |
| Binary | 10110110 | 110000 | 10011 | 0 | 1001010 | 1011010 | 11101 | 1011 | 1010001 | 100111 |
Color Harmonies of #B63013
Complementary color
Monochromatic Colors of #B63013
Black with #B63013
Text Example
Text Example
White with #B63013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63013; }
p { color: rgb(182,48,19); }
H1.HeaderClassName
{
color: #B63013;
}
.AnyTagClassName
{
color: #B63013;
}
</style>
background-color css
<style>
a { background-color: #B63013; }
a { background-color: rgb(182,48,19); }
div.DivClassName
{
background-color: #B63013;
}
.BgClassName
{
background-color: #B63013;
}
</style>
border-color css
<style>
span { border-color: #B63013; }
span { border-color: rgb(182,48,19); }
td.TdClassName
{
border-color: #B63013;
}
.TagClassName
{
border-color: #B63013;
}
</style>