Html Css Color HEX #B82908 Harley Davidson Orange
📋 copy color: '#B82908'red 184 ◦ green 41 ◦ blue 8
Shades of Harley Davidson Orange #B82908
Tints of Harley Davidson Orange #B82908
RGB
CMYK
RGB Variations
Color information
#B82908 (or 0xB82908) is known color: Harley Davidson Orange. HEX triplet: B8, 29 and 08. RGB value is (184,41,8). Sum of RGB (Red+Green+Blue) = 184+41+8=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B82908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82908 is #47D6F7. Grayscale: #505050. Windows color (decimal): -4708088 or 534968. OLE color: 534968.
HSL color Cylindrical-coordinate representation of color #B82908: hue angle of 11.25º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B82908 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 8 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.28 |
| HSL | 11.25º | 0.92% | 0.38% | - |
| HSV(B) | 11.25º | 0.96% | 0.72% | - |
| XYZ | 20.6 | 11.79 | 1.42 | - |
| YUV | 80 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 8 | 0 | 0.78 | 0.96 | 0.28 | 11.25 | 0.92 | 0.38 |
| Hex | B8 | 29 | 8 | 0 | 4E | 60 | 1C | B | 5C | 26 |
| Octal | 270 | 51 | 10 | 0 | 116 | 140 | 34 | 13 | 134 | 46 |
| Binary | 10111000 | 101001 | 1000 | 0 | 1001110 | 1100000 | 11100 | 1011 | 1011100 | 100110 |
Color Harmonies of #B82908
Complementary color
Monochromatic Colors of #B82908
Black with #B82908
Text Example
Text Example
White with #B82908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82908; }
p { color: rgb(184,41,8); }
H1.HeaderClassName
{
color: #B82908;
}
.AnyTagClassName
{
color: #B82908;
}
</style>
background-color css
<style>
a { background-color: #B82908; }
a { background-color: rgb(184,41,8); }
div.DivClassName
{
background-color: #B82908;
}
.BgClassName
{
background-color: #B82908;
}
</style>
border-color css
<style>
span { border-color: #B82908; }
span { border-color: rgb(184,41,8); }
td.TdClassName
{
border-color: #B82908;
}
.TagClassName
{
border-color: #B82908;
}
</style>