Html Css Color HEX #B63620 Harley Davidson Orange
📋 copy color: '#B63620'red 182 ◦ green 54 ◦ blue 32
Shades of Harley Davidson Orange #B63620
Tints of Harley Davidson Orange #B63620
RGB
CMYK
RGB Variations
Color information
#B63620 (or 0xB63620) is known color: Harley Davidson Orange. HEX triplet: B6, 36 and 20. RGB value is (182,54,32). Sum of RGB (Red+Green+Blue) = 182+54+32=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B63620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63620 is #49C9DF. Grayscale: #595959. Windows color (decimal): -4835808 or 2111158. OLE color: 2111158.
HSL color Cylindrical-coordinate representation of color #B63620: hue angle of 8.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B63620 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 32 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.29 |
| HSL | 8.8º | 0.7% | 0.42% | - |
| HSV(B) | 8.8º | 0.82% | 0.71% | - |
| XYZ | 20.87 | 12.69 | 2.72 | - |
| YUV | 89.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 32 | 0 | 0.70 | 0.82 | 0.29 | 8.8 | 0.7 | 0.42 |
| Hex | B6 | 36 | 20 | 0 | 46 | 52 | 1D | 9 | 46 | 2A |
| Octal | 266 | 66 | 40 | 0 | 106 | 122 | 35 | 11 | 106 | 52 |
| Binary | 10110110 | 110110 | 100000 | 0 | 1000110 | 1010010 | 11101 | 1001 | 1000110 | 101010 |
Color Harmonies of #B63620
Complementary color
Monochromatic Colors of #B63620
Black with #B63620
Text Example
Text Example
White with #B63620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63620; }
p { color: rgb(182,54,32); }
H1.HeaderClassName
{
color: #B63620;
}
.AnyTagClassName
{
color: #B63620;
}
</style>
background-color css
<style>
a { background-color: #B63620; }
a { background-color: rgb(182,54,32); }
div.DivClassName
{
background-color: #B63620;
}
.BgClassName
{
background-color: #B63620;
}
</style>
border-color css
<style>
span { border-color: #B63620; }
span { border-color: rgb(182,54,32); }
td.TdClassName
{
border-color: #B63620;
}
.TagClassName
{
border-color: #B63620;
}
</style>