Html Css Color HEX #B72102 Harley Davidson Orange
📋 copy color: '#B72102'red 183 ◦ green 33 ◦ blue 2
Shades of Harley Davidson Orange #B72102
Tints of Harley Davidson Orange #B72102
RGB
CMYK
RGB Variations
Color information
#B72102 (or 0xB72102) is known color: Harley Davidson Orange. HEX triplet: B7, 21 and 02. RGB value is (183,33,2). Sum of RGB (Red+Green+Blue) = 183+33+2=218 (28% of max value = 765). Red value is 183 (71.88% from 255 or 83.94% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 183 - color contains mainly: red. Hex color #B72102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72102 is #48DEFD. Grayscale: #4A4A4A. Windows color (decimal): -4775678 or 139703. OLE color: 139703.
HSL color Cylindrical-coordinate representation of color #B72102: hue angle of 10.28º 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 #B72102 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.28 |
| HSL | 10.28º | 0.98% | 0.36% | - |
| HSV(B) | 10.28º | 0.99% | 0.72% | - |
| XYZ | 20.08 | 11.16 | 1.15 | - |
| YUV | 74.32 | 87.2 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 2 | 0 | 0.82 | 0.99 | 0.28 | 10.28 | 0.98 | 0.36 |
| Hex | B7 | 21 | 2 | 0 | 52 | 63 | 1C | A | 62 | 24 |
| Octal | 267 | 41 | 2 | 0 | 122 | 143 | 34 | 12 | 142 | 44 |
| Binary | 10110111 | 100001 | 10 | 0 | 1010010 | 1100011 | 11100 | 1010 | 1100010 | 100100 |
Color Harmonies of #B72102
Complementary color
Monochromatic Colors of #B72102
Black with #B72102
Text Example
Text Example
White with #B72102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72102; }
p { color: rgb(183,33,2); }
H1.HeaderClassName
{
color: #B72102;
}
.AnyTagClassName
{
color: #B72102;
}
</style>
background-color css
<style>
a { background-color: #B72102; }
a { background-color: rgb(183,33,2); }
div.DivClassName
{
background-color: #B72102;
}
.BgClassName
{
background-color: #B72102;
}
</style>
border-color css
<style>
span { border-color: #B72102; }
span { border-color: rgb(183,33,2); }
td.TdClassName
{
border-color: #B72102;
}
.TagClassName
{
border-color: #B72102;
}
</style>