Html Css Color HEX #B32807 Harley Davidson Orange
📋 copy color: '#B32807'red 179 ◦ green 40 ◦ blue 7
Shades of Harley Davidson Orange #B32807
Tints of Harley Davidson Orange #B32807
RGB
CMYK
RGB Variations
Color information
#B32807 (or 0xB32807) is known color: Harley Davidson Orange. HEX triplet: B3, 28 and 07. RGB value is (179,40,7). Sum of RGB (Red+Green+Blue) = 179+40+7=226 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.20% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 179 - color contains mainly: red. Hex color #B32807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32807 is #4CD7F8. Grayscale: #4E4E4E. Windows color (decimal): -5036025 or 469171. OLE color: 469171.
HSL color Cylindrical-coordinate representation of color #B32807: hue angle of 11.51º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B32807 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 7 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.30 |
| HSL | 11.51º | 0.92% | 0.36% | - |
| HSV(B) | 11.51º | 0.96% | 0.7% | - |
| XYZ | 19.39 | 11.12 | 1.32 | - |
| YUV | 77.8 | 88.05 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 7 | 0 | 0.78 | 0.96 | 0.30 | 11.51 | 0.92 | 0.36 |
| Hex | B3 | 28 | 7 | 0 | 4E | 60 | 1E | C | 5C | 24 |
| Octal | 263 | 50 | 7 | 0 | 116 | 140 | 36 | 14 | 134 | 44 |
| Binary | 10110011 | 101000 | 111 | 0 | 1001110 | 1100000 | 11110 | 1100 | 1011100 | 100100 |
Color Harmonies of #B32807
Complementary color
Monochromatic Colors of #B32807
Black with #B32807
Text Example
Text Example
White with #B32807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32807; }
p { color: rgb(179,40,7); }
H1.HeaderClassName
{
color: #B32807;
}
.AnyTagClassName
{
color: #B32807;
}
</style>
background-color css
<style>
a { background-color: #B32807; }
a { background-color: rgb(179,40,7); }
div.DivClassName
{
background-color: #B32807;
}
.BgClassName
{
background-color: #B32807;
}
</style>
border-color css
<style>
span { border-color: #B32807; }
span { border-color: rgb(179,40,7); }
td.TdClassName
{
border-color: #B32807;
}
.TagClassName
{
border-color: #B32807;
}
</style>