Html Css Color HEX #B32606 Harley Davidson Orange
📋 copy color: '#B32606'red 179 ◦ green 38 ◦ blue 6
Shades of Harley Davidson Orange #B32606
Tints of Harley Davidson Orange #B32606
RGB
CMYK
RGB Variations
Color information
#B32606 (or 0xB32606) is known color: Harley Davidson Orange. HEX triplet: B3, 26 and 06. RGB value is (179,38,6). Sum of RGB (Red+Green+Blue) = 179+38+6=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B32606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32606 is #4CD9F9. Grayscale: #4C4C4C. Windows color (decimal): -5036538 or 403123. OLE color: 403123.
HSL color Cylindrical-coordinate representation of color #B32606: hue angle of 11.1º degrees, saturation: 0.94, 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 #B32606 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 6 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.30 |
| HSL | 11.1º | 0.94% | 0.36% | - |
| HSV(B) | 11.1º | 0.97% | 0.7% | - |
| XYZ | 19.32 | 10.98 | 1.27 | - |
| YUV | 76.51 | 88.21 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 6 | 0 | 0.79 | 0.97 | 0.30 | 11.1 | 0.94 | 0.36 |
| Hex | B3 | 26 | 6 | 0 | 4F | 61 | 1E | B | 5E | 24 |
| Octal | 263 | 46 | 6 | 0 | 117 | 141 | 36 | 13 | 136 | 44 |
| Binary | 10110011 | 100110 | 110 | 0 | 1001111 | 1100001 | 11110 | 1011 | 1011110 | 100100 |
Color Harmonies of #B32606
Complementary color
Monochromatic Colors of #B32606
Black with #B32606
Text Example
Text Example
White with #B32606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32606; }
p { color: rgb(179,38,6); }
H1.HeaderClassName
{
color: #B32606;
}
.AnyTagClassName
{
color: #B32606;
}
</style>
background-color css
<style>
a { background-color: #B32606; }
a { background-color: rgb(179,38,6); }
div.DivClassName
{
background-color: #B32606;
}
.BgClassName
{
background-color: #B32606;
}
</style>
border-color css
<style>
span { border-color: #B32606; }
span { border-color: rgb(179,38,6); }
td.TdClassName
{
border-color: #B32606;
}
.TagClassName
{
border-color: #B32606;
}
</style>