Html Css Color HEX #B83012 Harley Davidson Orange
📋 copy color: '#B83012'red 184 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #B83012
Tints of Harley Davidson Orange #B83012
RGB
CMYK
RGB Variations
Color information
#B83012 (or 0xB83012) is known color: Harley Davidson Orange. HEX triplet: B8, 30 and 12. RGB value is (184,48,18). Sum of RGB (Red+Green+Blue) = 184+48+18=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B83012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83012 is #47CFED. Grayscale: #555555. Windows color (decimal): -4706286 or 1192120. OLE color: 1192120.
HSL color Cylindrical-coordinate representation of color #B83012: hue angle of 10.84º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B83012 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 18 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.28 |
| HSL | 10.84º | 0.82% | 0.4% | - |
| HSV(B) | 10.84º | 0.9% | 0.72% | - |
| XYZ | 20.93 | 12.35 | 1.85 | - |
| YUV | 85.24 | 90.06 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 18 | 0 | 0.74 | 0.90 | 0.28 | 10.84 | 0.82 | 0.4 |
| Hex | B8 | 30 | 12 | 0 | 4A | 5A | 1C | B | 52 | 28 |
| Octal | 270 | 60 | 22 | 0 | 112 | 132 | 34 | 13 | 122 | 50 |
| Binary | 10111000 | 110000 | 10010 | 0 | 1001010 | 1011010 | 11100 | 1011 | 1010010 | 101000 |
Color Harmonies of #B83012
Complementary color
Monochromatic Colors of #B83012
Black with #B83012
Text Example
Text Example
White with #B83012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83012; }
p { color: rgb(184,48,18); }
H1.HeaderClassName
{
color: #B83012;
}
.AnyTagClassName
{
color: #B83012;
}
</style>
background-color css
<style>
a { background-color: #B83012; }
a { background-color: rgb(184,48,18); }
div.DivClassName
{
background-color: #B83012;
}
.BgClassName
{
background-color: #B83012;
}
</style>
border-color css
<style>
span { border-color: #B83012; }
span { border-color: rgb(184,48,18); }
td.TdClassName
{
border-color: #B83012;
}
.TagClassName
{
border-color: #B83012;
}
</style>