Html Css Color HEX #B82409 Harley Davidson Orange
📋 copy color: '#B82409'red 184 ◦ green 36 ◦ blue 9
Shades of Harley Davidson Orange #B82409
Tints of Harley Davidson Orange #B82409
RGB
CMYK
RGB Variations
Color information
#B82409 (or 0xB82409) is known color: Harley Davidson Orange. HEX triplet: B8, 24 and 09. RGB value is (184,36,9). Sum of RGB (Red+Green+Blue) = 184+36+9=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B82409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82409 is #47DBF6. Grayscale: #4D4D4D. Windows color (decimal): -4709367 or 599224. OLE color: 599224.
HSL color Cylindrical-coordinate representation of color #B82409: hue angle of 9.26º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B82409 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 36 | 9 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.28 |
| HSL | 9.26º | 0.91% | 0.38% | - |
| HSV(B) | 9.26º | 0.95% | 0.72% | - |
| XYZ | 20.45 | 11.47 | 1.4 | - |
| YUV | 77.17 | 89.53 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 9 | 0 | 0.80 | 0.95 | 0.28 | 9.26 | 0.91 | 0.38 |
| Hex | B8 | 24 | 9 | 0 | 50 | 5F | 1C | 9 | 5B | 26 |
| Octal | 270 | 44 | 11 | 0 | 120 | 137 | 34 | 11 | 133 | 46 |
| Binary | 10111000 | 100100 | 1001 | 0 | 1010000 | 1011111 | 11100 | 1001 | 1011011 | 100110 |
Color Harmonies of #B82409
Complementary color
Monochromatic Colors of #B82409
Black with #B82409
Text Example
Text Example
White with #B82409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82409; }
p { color: rgb(184,36,9); }
H1.HeaderClassName
{
color: #B82409;
}
.AnyTagClassName
{
color: #B82409;
}
</style>
background-color css
<style>
a { background-color: #B82409; }
a { background-color: rgb(184,36,9); }
div.DivClassName
{
background-color: #B82409;
}
.BgClassName
{
background-color: #B82409;
}
</style>
border-color css
<style>
span { border-color: #B82409; }
span { border-color: rgb(184,36,9); }
td.TdClassName
{
border-color: #B82409;
}
.TagClassName
{
border-color: #B82409;
}
</style>