Html Css Color HEX #B83018 Harley Davidson Orange
📋 copy color: '#B83018'red 184 ◦ green 48 ◦ blue 24
Shades of Harley Davidson Orange #B83018
Tints of Harley Davidson Orange #B83018
RGB
CMYK
RGB Variations
Color information
#B83018 (or 0xB83018) is known color: Harley Davidson Orange. HEX triplet: B8, 30 and 18. RGB value is (184,48,24). Sum of RGB (Red+Green+Blue) = 184+48+24=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B83018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83018 is #47CFE7. Grayscale: #565656. Windows color (decimal): -4706280 or 1585336. OLE color: 1585336.
HSL color Cylindrical-coordinate representation of color #B83018: hue angle of 9º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B83018 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 24 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.28 |
| HSL | 9º | 0.77% | 0.41% | - |
| HSV(B) | 9º | 0.87% | 0.72% | - |
| XYZ | 20.99 | 12.37 | 2.15 | - |
| YUV | 85.93 | 93.06 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 24 | 0 | 0.74 | 0.87 | 0.28 | 9 | 0.77 | 0.41 |
| Hex | B8 | 30 | 18 | 0 | 4A | 57 | 1C | 9 | 4D | 29 |
| Octal | 270 | 60 | 30 | 0 | 112 | 127 | 34 | 11 | 115 | 51 |
| Binary | 10111000 | 110000 | 11000 | 0 | 1001010 | 1010111 | 11100 | 1001 | 1001101 | 101001 |
Color Harmonies of #B83018
Complementary color
Monochromatic Colors of #B83018
Black with #B83018
Text Example
Text Example
White with #B83018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83018; }
p { color: rgb(184,48,24); }
H1.HeaderClassName
{
color: #B83018;
}
.AnyTagClassName
{
color: #B83018;
}
</style>
background-color css
<style>
a { background-color: #B83018; }
a { background-color: rgb(184,48,24); }
div.DivClassName
{
background-color: #B83018;
}
.BgClassName
{
background-color: #B83018;
}
</style>
border-color css
<style>
span { border-color: #B83018; }
span { border-color: rgb(184,48,24); }
td.TdClassName
{
border-color: #B83018;
}
.TagClassName
{
border-color: #B83018;
}
</style>