Html Css Color HEX #B82702 Harley Davidson Orange
📋 copy color: '#B82702'red 184 ◦ green 39 ◦ blue 2
Shades of Harley Davidson Orange #B82702
Tints of Harley Davidson Orange #B82702
RGB
CMYK
RGB Variations
Color information
#B82702 (or 0xB82702) is known color: Harley Davidson Orange. HEX triplet: B8, 27 and 02. RGB value is (184,39,2). Sum of RGB (Red+Green+Blue) = 184+39+2=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B82702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82702 is #47D8FD. Grayscale: #4E4E4E. Windows color (decimal): -4708606 or 141240. OLE color: 141240.
HSL color Cylindrical-coordinate representation of color #B82702: hue angle of 12.2º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B82702 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.28 |
| HSL | 12.2º | 0.98% | 0.36% | - |
| HSV(B) | 12.2º | 0.99% | 0.72% | - |
| XYZ | 20.5 | 11.65 | 1.22 | - |
| YUV | 78.14 | 85.04 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 2 | 0 | 0.79 | 0.99 | 0.28 | 12.2 | 0.98 | 0.36 |
| Hex | B8 | 27 | 2 | 0 | 4F | 63 | 1C | C | 62 | 24 |
| Octal | 270 | 47 | 2 | 0 | 117 | 143 | 34 | 14 | 142 | 44 |
| Binary | 10111000 | 100111 | 10 | 0 | 1001111 | 1100011 | 11100 | 1100 | 1100010 | 100100 |
Color Harmonies of #B82702
Complementary color
Monochromatic Colors of #B82702
Black with #B82702
Text Example
Text Example
White with #B82702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82702; }
p { color: rgb(184,39,2); }
H1.HeaderClassName
{
color: #B82702;
}
.AnyTagClassName
{
color: #B82702;
}
</style>
background-color css
<style>
a { background-color: #B82702; }
a { background-color: rgb(184,39,2); }
div.DivClassName
{
background-color: #B82702;
}
.BgClassName
{
background-color: #B82702;
}
</style>
border-color css
<style>
span { border-color: #B82702; }
span { border-color: rgb(184,39,2); }
td.TdClassName
{
border-color: #B82702;
}
.TagClassName
{
border-color: #B82702;
}
</style>