Html Css Color HEX #B32709 Harley Davidson Orange
📋 copy color: '#B32709'red 179 ◦ green 39 ◦ blue 9
Shades of Harley Davidson Orange #B32709
Tints of Harley Davidson Orange #B32709
RGB
CMYK
RGB Variations
Color information
#B32709 (or 0xB32709) is known color: Harley Davidson Orange. HEX triplet: B3, 27 and 09. RGB value is (179,39,9). Sum of RGB (Red+Green+Blue) = 179+39+9=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B32709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32709 is #4CD8F6. Grayscale: #4D4D4D. Windows color (decimal): -5036279 or 599987. OLE color: 599987.
HSL color Cylindrical-coordinate representation of color #B32709: hue angle of 10.59º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B32709 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 9 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.30 |
| HSL | 10.59º | 0.9% | 0.37% | - |
| HSV(B) | 10.59º | 0.95% | 0.7% | - |
| XYZ | 19.37 | 11.05 | 1.37 | - |
| YUV | 77.44 | 89.38 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 9 | 0 | 0.78 | 0.95 | 0.30 | 10.59 | 0.9 | 0.37 |
| Hex | B3 | 27 | 9 | 0 | 4E | 5F | 1E | B | 5A | 25 |
| Octal | 263 | 47 | 11 | 0 | 116 | 137 | 36 | 13 | 132 | 45 |
| Binary | 10110011 | 100111 | 1001 | 0 | 1001110 | 1011111 | 11110 | 1011 | 1011010 | 100101 |
Color Harmonies of #B32709
Complementary color
Monochromatic Colors of #B32709
Black with #B32709
Text Example
Text Example
White with #B32709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32709; }
p { color: rgb(179,39,9); }
H1.HeaderClassName
{
color: #B32709;
}
.AnyTagClassName
{
color: #B32709;
}
</style>
background-color css
<style>
a { background-color: #B32709; }
a { background-color: rgb(179,39,9); }
div.DivClassName
{
background-color: #B32709;
}
.BgClassName
{
background-color: #B32709;
}
</style>
border-color css
<style>
span { border-color: #B32709; }
span { border-color: rgb(179,39,9); }
td.TdClassName
{
border-color: #B32709;
}
.TagClassName
{
border-color: #B32709;
}
</style>