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