Html Css Color HEX #B52702 Harley Davidson Orange
📋 copy color: '#B52702'red 181 ◦ green 39 ◦ blue 2
Shades of Harley Davidson Orange #B52702
Tints of Harley Davidson Orange #B52702
RGB
CMYK
RGB Variations
Color information
#B52702 (or 0xB52702) is known color: Harley Davidson Orange. HEX triplet: B5, 27 and 02. RGB value is (181,39,2). Sum of RGB (Red+Green+Blue) = 181+39+2=222 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.53% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 181 - color contains mainly: red. Hex color #B52702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52702 is #4AD8FD. Grayscale: #4D4D4D. Windows color (decimal): -4905214 or 141237. OLE color: 141237.
HSL color Cylindrical-coordinate representation of color #B52702: hue angle of 12.4º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B52702 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.29 |
| HSL | 12.4º | 0.98% | 0.36% | - |
| HSV(B) | 12.4º | 0.99% | 0.71% | - |
| XYZ | 19.79 | 11.28 | 1.19 | - |
| YUV | 77.24 | 85.54 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 2 | 0 | 0.78 | 0.99 | 0.29 | 12.4 | 0.98 | 0.36 |
| Hex | B5 | 27 | 2 | 0 | 4E | 63 | 1D | C | 62 | 24 |
| Octal | 265 | 47 | 2 | 0 | 116 | 143 | 35 | 14 | 142 | 44 |
| Binary | 10110101 | 100111 | 10 | 0 | 1001110 | 1100011 | 11101 | 1100 | 1100010 | 100100 |
Color Harmonies of #B52702
Complementary color
Monochromatic Colors of #B52702
Black with #B52702
Text Example
Text Example
White with #B52702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52702; }
p { color: rgb(181,39,2); }
H1.HeaderClassName
{
color: #B52702;
}
.AnyTagClassName
{
color: #B52702;
}
</style>
background-color css
<style>
a { background-color: #B52702; }
a { background-color: rgb(181,39,2); }
div.DivClassName
{
background-color: #B52702;
}
.BgClassName
{
background-color: #B52702;
}
</style>
border-color css
<style>
span { border-color: #B52702; }
span { border-color: rgb(181,39,2); }
td.TdClassName
{
border-color: #B52702;
}
.TagClassName
{
border-color: #B52702;
}
</style>