Html Css Color HEX #B8331A Harley Davidson Orange
📋 copy color: '#B8331A'red 184 ◦ green 51 ◦ blue 26
Shades of Harley Davidson Orange #B8331A
Tints of Harley Davidson Orange #B8331A
RGB
CMYK
RGB Variations
Color information
#B8331A (or 0xB8331A) is known color: Harley Davidson Orange. HEX triplet: B8, 33 and 1A. RGB value is (184,51,26). Sum of RGB (Red+Green+Blue) = 184+51+26=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B8331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8331A is #47CCE5. Grayscale: #585858. Windows color (decimal): -4705510 or 1717176. OLE color: 1717176.
HSL color Cylindrical-coordinate representation of color #B8331A: hue angle of 9.49º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8331A is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 26 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.28 |
| HSL | 9.49º | 0.75% | 0.41% | - |
| HSV(B) | 9.49º | 0.86% | 0.72% | - |
| XYZ | 21.14 | 12.63 | 2.3 | - |
| YUV | 87.92 | 93.06 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 26 | 0 | 0.72 | 0.86 | 0.28 | 9.49 | 0.75 | 0.41 |
| Hex | B8 | 33 | 1A | 0 | 48 | 56 | 1C | 9 | 4B | 29 |
| Octal | 270 | 63 | 32 | 0 | 110 | 126 | 34 | 11 | 113 | 51 |
| Binary | 10111000 | 110011 | 11010 | 0 | 1001000 | 1010110 | 11100 | 1001 | 1001011 | 101001 |
Color Harmonies of #B8331A
Complementary color
Monochromatic Colors of #B8331A
Black with #B8331A
Text Example
Text Example
White with #B8331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8331A; }
p { color: rgb(184,51,26); }
H1.HeaderClassName
{
color: #B8331A;
}
.AnyTagClassName
{
color: #B8331A;
}
</style>
background-color css
<style>
a { background-color: #B8331A; }
a { background-color: rgb(184,51,26); }
div.DivClassName
{
background-color: #B8331A;
}
.BgClassName
{
background-color: #B8331A;
}
</style>
border-color css
<style>
span { border-color: #B8331A; }
span { border-color: rgb(184,51,26); }
td.TdClassName
{
border-color: #B8331A;
}
.TagClassName
{
border-color: #B8331A;
}
</style>