Html Css Color HEX #B32607 Harley Davidson Orange
📋 copy color: '#B32607'red 179 ◦ green 38 ◦ blue 7
Shades of Harley Davidson Orange #B32607
Tints of Harley Davidson Orange #B32607
RGB
CMYK
RGB Variations
Color information
#B32607 (or 0xB32607) is known color: Harley Davidson Orange. HEX triplet: B3, 26 and 07. RGB value is (179,38,7). Sum of RGB (Red+Green+Blue) = 179+38+7=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B32607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32607 is #4CD9F8. Grayscale: #4C4C4C. Windows color (decimal): -5036537 or 468659. OLE color: 468659.
HSL color Cylindrical-coordinate representation of color #B32607: hue angle of 10.81º 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 #B32607 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 7 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.30 |
| HSL | 10.81º | 0.92% | 0.36% | - |
| HSV(B) | 10.81º | 0.96% | 0.7% | - |
| XYZ | 19.32 | 10.99 | 1.3 | - |
| YUV | 76.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 7 | 0 | 0.79 | 0.96 | 0.30 | 10.81 | 0.92 | 0.36 |
| Hex | B3 | 26 | 7 | 0 | 4F | 60 | 1E | B | 5C | 24 |
| Octal | 263 | 46 | 7 | 0 | 117 | 140 | 36 | 13 | 134 | 44 |
| Binary | 10110011 | 100110 | 111 | 0 | 1001111 | 1100000 | 11110 | 1011 | 1011100 | 100100 |
Color Harmonies of #B32607
Complementary color
Monochromatic Colors of #B32607
Black with #B32607
Text Example
Text Example
White with #B32607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32607; }
p { color: rgb(179,38,7); }
H1.HeaderClassName
{
color: #B32607;
}
.AnyTagClassName
{
color: #B32607;
}
</style>
background-color css
<style>
a { background-color: #B32607; }
a { background-color: rgb(179,38,7); }
div.DivClassName
{
background-color: #B32607;
}
.BgClassName
{
background-color: #B32607;
}
</style>
border-color css
<style>
span { border-color: #B32607; }
span { border-color: rgb(179,38,7); }
td.TdClassName
{
border-color: #B32607;
}
.TagClassName
{
border-color: #B32607;
}
</style>