Html Css Color HEX #B82C07 Harley Davidson Orange
📋 copy color: '#B82C07'red 184 ◦ green 44 ◦ blue 7
Shades of Harley Davidson Orange #B82C07
Tints of Harley Davidson Orange #B82C07
RGB
CMYK
RGB Variations
Color information
#B82C07 (or 0xB82C07) is known color: Harley Davidson Orange. HEX triplet: B8, 2C and 07. RGB value is (184,44,7). Sum of RGB (Red+Green+Blue) = 184+44+7=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82C07 is #47D3F8. Grayscale: #515151. Windows color (decimal): -4707321 or 470200. OLE color: 470200.
HSL color Cylindrical-coordinate representation of color #B82C07: hue angle of 12.54º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B82C07 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 7 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.28 |
| HSL | 12.54º | 0.93% | 0.37% | - |
| HSV(B) | 12.54º | 0.96% | 0.72% | - |
| XYZ | 20.71 | 12.01 | 1.43 | - |
| YUV | 81.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 7 | 0 | 0.76 | 0.96 | 0.28 | 12.54 | 0.93 | 0.37 |
| Hex | B8 | 2C | 7 | 0 | 4C | 60 | 1C | D | 5D | 25 |
| Octal | 270 | 54 | 7 | 0 | 114 | 140 | 34 | 15 | 135 | 45 |
| Binary | 10111000 | 101100 | 111 | 0 | 1001100 | 1100000 | 11100 | 1101 | 1011101 | 100101 |
Color Harmonies of #B82C07
Complementary color
Monochromatic Colors of #B82C07
Black with #B82C07
Text Example
Text Example
White with #B82C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C07; }
p { color: rgb(184,44,7); }
H1.HeaderClassName
{
color: #B82C07;
}
.AnyTagClassName
{
color: #B82C07;
}
</style>
background-color css
<style>
a { background-color: #B82C07; }
a { background-color: rgb(184,44,7); }
div.DivClassName
{
background-color: #B82C07;
}
.BgClassName
{
background-color: #B82C07;
}
</style>
border-color css
<style>
span { border-color: #B82C07; }
span { border-color: rgb(184,44,7); }
td.TdClassName
{
border-color: #B82C07;
}
.TagClassName
{
border-color: #B82C07;
}
</style>