Html Css Color HEX #B82812 Harley Davidson Orange
📋 copy color: '#B82812'red 184 ◦ green 40 ◦ blue 18
Shades of Harley Davidson Orange #B82812
Tints of Harley Davidson Orange #B82812
RGB
CMYK
RGB Variations
Color information
#B82812 (or 0xB82812) is known color: Harley Davidson Orange. HEX triplet: B8, 28 and 12. RGB value is (184,40,18). Sum of RGB (Red+Green+Blue) = 184+40+18=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B82812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82812 is #47D7ED. Grayscale: #505050. Windows color (decimal): -4708334 or 1190072. OLE color: 1190072.
HSL color Cylindrical-coordinate representation of color #B82812: hue angle of 7.95º 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 #B82812 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 18 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.28 |
| HSL | 7.95º | 0.82% | 0.4% | - |
| HSV(B) | 7.95º | 0.9% | 0.72% | - |
| XYZ | 20.64 | 11.75 | 1.75 | - |
| YUV | 80.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 18 | 0 | 0.78 | 0.90 | 0.28 | 7.95 | 0.82 | 0.4 |
| Hex | B8 | 28 | 12 | 0 | 4E | 5A | 1C | 8 | 52 | 28 |
| Octal | 270 | 50 | 22 | 0 | 116 | 132 | 34 | 10 | 122 | 50 |
| Binary | 10111000 | 101000 | 10010 | 0 | 1001110 | 1011010 | 11100 | 1000 | 1010010 | 101000 |
Color Harmonies of #B82812
Complementary color
Monochromatic Colors of #B82812
Black with #B82812
Text Example
Text Example
White with #B82812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82812; }
p { color: rgb(184,40,18); }
H1.HeaderClassName
{
color: #B82812;
}
.AnyTagClassName
{
color: #B82812;
}
</style>
background-color css
<style>
a { background-color: #B82812; }
a { background-color: rgb(184,40,18); }
div.DivClassName
{
background-color: #B82812;
}
.BgClassName
{
background-color: #B82812;
}
</style>
border-color css
<style>
span { border-color: #B82812; }
span { border-color: rgb(184,40,18); }
td.TdClassName
{
border-color: #B82812;
}
.TagClassName
{
border-color: #B82812;
}
</style>