Html Css Color HEX #B82F0E Harley Davidson Orange
📋 copy color: '#B82F0E'red 184 ◦ green 47 ◦ blue 14
Shades of Harley Davidson Orange #B82F0E
Tints of Harley Davidson Orange #B82F0E
RGB
CMYK
RGB Variations
Color information
#B82F0E (or 0xB82F0E) is known color: Harley Davidson Orange. HEX triplet: B8, 2F and 0E. RGB value is (184,47,14). Sum of RGB (Red+Green+Blue) = 184+47+14=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82F0E is #47D0F1. Grayscale: #545454. Windows color (decimal): -4706546 or 929720. OLE color: 929720.
HSL color Cylindrical-coordinate representation of color #B82F0E: hue angle of 11.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B82F0E is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 14 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.28 |
| HSL | 11.65º | 0.86% | 0.39% | - |
| HSV(B) | 11.65º | 0.92% | 0.72% | - |
| XYZ | 20.86 | 12.26 | 1.68 | - |
| YUV | 84.2 | 88.39 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 14 | 0 | 0.74 | 0.92 | 0.28 | 11.65 | 0.86 | 0.39 |
| Hex | B8 | 2F | E | 0 | 4A | 5C | 1C | C | 56 | 27 |
| Octal | 270 | 57 | 16 | 0 | 112 | 134 | 34 | 14 | 126 | 47 |
| Binary | 10111000 | 101111 | 1110 | 0 | 1001010 | 1011100 | 11100 | 1100 | 1010110 | 100111 |
Color Harmonies of #B82F0E
Complementary color
Monochromatic Colors of #B82F0E
Black with #B82F0E
Text Example
Text Example
White with #B82F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F0E; }
p { color: rgb(184,47,14); }
H1.HeaderClassName
{
color: #B82F0E;
}
.AnyTagClassName
{
color: #B82F0E;
}
</style>
background-color css
<style>
a { background-color: #B82F0E; }
a { background-color: rgb(184,47,14); }
div.DivClassName
{
background-color: #B82F0E;
}
.BgClassName
{
background-color: #B82F0E;
}
</style>
border-color css
<style>
span { border-color: #B82F0E; }
span { border-color: rgb(184,47,14); }
td.TdClassName
{
border-color: #B82F0E;
}
.TagClassName
{
border-color: #B82F0E;
}
</style>