Html Css Color HEX #B32609 Harley Davidson Orange
📋 copy color: '#B32609'red 179 ◦ green 38 ◦ blue 9
Shades of Harley Davidson Orange #B32609
Tints of Harley Davidson Orange #B32609
RGB
CMYK
RGB Variations
Color information
#B32609 (or 0xB32609) is known color: Harley Davidson Orange. HEX triplet: B3, 26 and 09. RGB value is (179,38,9). Sum of RGB (Red+Green+Blue) = 179+38+9=226 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.20% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 179 - color contains mainly: red. Hex color #B32609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32609 is #4CD9F6. Grayscale: #4D4D4D. Windows color (decimal): -5036535 or 599731. OLE color: 599731.
HSL color Cylindrical-coordinate representation of color #B32609: hue angle of 10.24º 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 #B32609 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 9 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.30 |
| HSL | 10.24º | 0.9% | 0.37% | - |
| HSV(B) | 10.24º | 0.95% | 0.7% | - |
| XYZ | 19.33 | 10.99 | 1.36 | - |
| YUV | 76.85 | 89.71 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 9 | 0 | 0.79 | 0.95 | 0.30 | 10.24 | 0.9 | 0.37 |
| Hex | B3 | 26 | 9 | 0 | 4F | 5F | 1E | A | 5A | 25 |
| Octal | 263 | 46 | 11 | 0 | 117 | 137 | 36 | 12 | 132 | 45 |
| Binary | 10110011 | 100110 | 1001 | 0 | 1001111 | 1011111 | 11110 | 1010 | 1011010 | 100101 |
Color Harmonies of #B32609
Complementary color
Monochromatic Colors of #B32609
Black with #B32609
Text Example
Text Example
White with #B32609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32609; }
p { color: rgb(179,38,9); }
H1.HeaderClassName
{
color: #B32609;
}
.AnyTagClassName
{
color: #B32609;
}
</style>
background-color css
<style>
a { background-color: #B32609; }
a { background-color: rgb(179,38,9); }
div.DivClassName
{
background-color: #B32609;
}
.BgClassName
{
background-color: #B32609;
}
</style>
border-color css
<style>
span { border-color: #B32609; }
span { border-color: rgb(179,38,9); }
td.TdClassName
{
border-color: #B32609;
}
.TagClassName
{
border-color: #B32609;
}
</style>