Html Css Color HEX #B22605 Harley Davidson Orange
📋 copy color: '#B22605'red 178 ◦ green 38 ◦ blue 5
Shades of Harley Davidson Orange #B22605
Tints of Harley Davidson Orange #B22605
RGB
CMYK
RGB Variations
Color information
#B22605 (or 0xB22605) is known color: Harley Davidson Orange. HEX triplet: B2, 26 and 05. RGB value is (178,38,5). Sum of RGB (Red+Green+Blue) = 178+38+5=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B22605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22605 is #4DD9FA. Grayscale: #4C4C4C. Windows color (decimal): -5102075 or 337586. OLE color: 337586.
HSL color Cylindrical-coordinate representation of color #B22605: hue angle of 11.45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B22605 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 38 | 5 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.30 |
| HSL | 11.45º | 0.95% | 0.36% | - |
| HSV(B) | 11.45º | 0.97% | 0.7% | - |
| XYZ | 19.08 | 10.86 | 1.23 | - |
| YUV | 76.1 | 87.88 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 38 | 5 | 0 | 0.79 | 0.97 | 0.30 | 11.45 | 0.95 | 0.36 |
| Hex | B2 | 26 | 5 | 0 | 4F | 61 | 1E | B | 5F | 24 |
| Octal | 262 | 46 | 5 | 0 | 117 | 141 | 36 | 13 | 137 | 44 |
| Binary | 10110010 | 100110 | 101 | 0 | 1001111 | 1100001 | 11110 | 1011 | 1011111 | 100100 |
Color Harmonies of #B22605
Complementary color
Monochromatic Colors of #B22605
Black with #B22605
Text Example
Text Example
White with #B22605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22605; }
p { color: rgb(178,38,5); }
H1.HeaderClassName
{
color: #B22605;
}
.AnyTagClassName
{
color: #B22605;
}
</style>
background-color css
<style>
a { background-color: #B22605; }
a { background-color: rgb(178,38,5); }
div.DivClassName
{
background-color: #B22605;
}
.BgClassName
{
background-color: #B22605;
}
</style>
border-color css
<style>
span { border-color: #B22605; }
span { border-color: rgb(178,38,5); }
td.TdClassName
{
border-color: #B22605;
}
.TagClassName
{
border-color: #B22605;
}
</style>