Html Css Color HEX #B52701 Harley Davidson Orange
📋 copy color: '#B52701'red 181 ◦ green 39 ◦ blue 1
Shades of Harley Davidson Orange #B52701
Tints of Harley Davidson Orange #B52701
RGB
CMYK
RGB Variations
Color information
#B52701 (or 0xB52701) is known color: Harley Davidson Orange. HEX triplet: B5, 27 and 01. RGB value is (181,39,1). Sum of RGB (Red+Green+Blue) = 181+39+1=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B52701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52701 is #4AD8FE. Grayscale: #4D4D4D. Windows color (decimal): -4905215 or 75701. OLE color: 75701.
HSL color Cylindrical-coordinate representation of color #B52701: hue angle of 12.67º degrees, saturation: 0.99, 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 #B52701 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.29 |
| HSL | 12.67º | 0.99% | 0.36% | - |
| HSV(B) | 12.67º | 0.99% | 0.71% | - |
| XYZ | 19.79 | 11.28 | 1.16 | - |
| YUV | 77.13 | 85.04 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 1 | 0 | 0.78 | 0.99 | 0.29 | 12.67 | 0.99 | 0.36 |
| Hex | B5 | 27 | 1 | 0 | 4E | 63 | 1D | D | 63 | 24 |
| Octal | 265 | 47 | 1 | 0 | 116 | 143 | 35 | 15 | 143 | 44 |
| Binary | 10110101 | 100111 | 1 | 0 | 1001110 | 1100011 | 11101 | 1101 | 1100011 | 100100 |
Color Harmonies of #B52701
Complementary color
Monochromatic Colors of #B52701
Black with #B52701
Text Example
Text Example
White with #B52701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52701; }
p { color: rgb(181,39,1); }
H1.HeaderClassName
{
color: #B52701;
}
.AnyTagClassName
{
color: #B52701;
}
</style>
background-color css
<style>
a { background-color: #B52701; }
a { background-color: rgb(181,39,1); }
div.DivClassName
{
background-color: #B52701;
}
.BgClassName
{
background-color: #B52701;
}
</style>
border-color css
<style>
span { border-color: #B52701; }
span { border-color: rgb(181,39,1); }
td.TdClassName
{
border-color: #B52701;
}
.TagClassName
{
border-color: #B52701;
}
</style>