Html Css Color HEX #B42606 Harley Davidson Orange
📋 copy color: '#B42606'red 180 ◦ green 38 ◦ blue 6
Shades of Harley Davidson Orange #B42606
Tints of Harley Davidson Orange #B42606
RGB
CMYK
RGB Variations
Color information
#B42606 (or 0xB42606) is known color: Harley Davidson Orange. HEX triplet: B4, 26 and 06. RGB value is (180,38,6). Sum of RGB (Red+Green+Blue) = 180+38+6=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B42606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42606 is #4BD9F9. Grayscale: #4D4D4D. Windows color (decimal): -4971002 or 403124. OLE color: 403124.
HSL color Cylindrical-coordinate representation of color #B42606: hue angle of 11.03º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B42606 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 6 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.29 |
| HSL | 11.03º | 0.94% | 0.36% | - |
| HSV(B) | 11.03º | 0.97% | 0.71% | - |
| XYZ | 19.55 | 11.1 | 1.29 | - |
| YUV | 76.81 | 88.04 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 6 | 0 | 0.79 | 0.97 | 0.29 | 11.03 | 0.94 | 0.36 |
| Hex | B4 | 26 | 6 | 0 | 4F | 61 | 1D | B | 5E | 24 |
| Octal | 264 | 46 | 6 | 0 | 117 | 141 | 35 | 13 | 136 | 44 |
| Binary | 10110100 | 100110 | 110 | 0 | 1001111 | 1100001 | 11101 | 1011 | 1011110 | 100100 |
Color Harmonies of #B42606
Complementary color
Monochromatic Colors of #B42606
Black with #B42606
Text Example
Text Example
White with #B42606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42606; }
p { color: rgb(180,38,6); }
H1.HeaderClassName
{
color: #B42606;
}
.AnyTagClassName
{
color: #B42606;
}
</style>
background-color css
<style>
a { background-color: #B42606; }
a { background-color: rgb(180,38,6); }
div.DivClassName
{
background-color: #B42606;
}
.BgClassName
{
background-color: #B42606;
}
</style>
border-color css
<style>
span { border-color: #B42606; }
span { border-color: rgb(180,38,6); }
td.TdClassName
{
border-color: #B42606;
}
.TagClassName
{
border-color: #B42606;
}
</style>