Html Css Color HEX #B72500 Harley Davidson Orange
📋 copy color: '#B72500'red 183 ◦ green 37 ◦ blue 0
Shades of Harley Davidson Orange #B72500
Tints of Harley Davidson Orange #B72500
RGB
CMYK
RGB Variations
Color information
#B72500 (or 0xB72500) is known color: Harley Davidson Orange. HEX triplet: B7, 25 and 00. RGB value is (183,37,0). Sum of RGB (Red+Green+Blue) = 183+37+0=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B72500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72500 is #48DAFF. Grayscale: #4C4C4C. Windows color (decimal): -4774656 or 9655. OLE color: 9655.
HSL color Cylindrical-coordinate representation of color #B72500: hue angle of 12.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B72500 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.28 |
| HSL | 12.13º | 1% | 0.36% | - |
| HSV(B) | 12.13º | 1% | 0.72% | - |
| XYZ | 20.19 | 11.39 | 1.13 | - |
| YUV | 76.44 | 84.87 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 0 | 0 | 0.80 | 1 | 0.28 | 12.13 | 1 | 0.36 |
| Hex | B7 | 25 | 0 | 0 | 50 | 64 | 1C | C | 64 | 24 |
| Octal | 267 | 45 | 0 | 0 | 120 | 144 | 34 | 14 | 144 | 44 |
| Binary | 10110111 | 100101 | 0 | 0 | 1010000 | 1100100 | 11100 | 1100 | 1100100 | 100100 |
Color Harmonies of #B72500
Complementary color
Monochromatic Colors of #B72500
Black with #B72500
Text Example
Text Example
White with #B72500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72500; }
p { color: rgb(183,37,0); }
H1.HeaderClassName
{
color: #B72500;
}
.AnyTagClassName
{
color: #B72500;
}
</style>
background-color css
<style>
a { background-color: #B72500; }
a { background-color: rgb(183,37,0); }
div.DivClassName
{
background-color: #B72500;
}
.BgClassName
{
background-color: #B72500;
}
</style>
border-color css
<style>
span { border-color: #B72500; }
span { border-color: rgb(183,37,0); }
td.TdClassName
{
border-color: #B72500;
}
.TagClassName
{
border-color: #B72500;
}
</style>