Html Css Color HEX #B8341C Harley Davidson Orange
📋 copy color: '#B8341C'red 184 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #B8341C
Tints of Harley Davidson Orange #B8341C
RGB
CMYK
RGB Variations
Color information
#B8341C (or 0xB8341C) is known color: Harley Davidson Orange. HEX triplet: B8, 34 and 1C. RGB value is (184,52,28). Sum of RGB (Red+Green+Blue) = 184+52+28=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B8341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8341C is #47CBE3. Grayscale: #585858. Windows color (decimal): -4705252 or 1848504. OLE color: 1848504.
HSL color Cylindrical-coordinate representation of color #B8341C: hue angle of 9.23º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8341C is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 28 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.28 |
| HSL | 9.23º | 0.74% | 0.42% | - |
| HSV(B) | 9.23º | 0.85% | 0.72% | - |
| XYZ | 21.2 | 12.73 | 2.44 | - |
| YUV | 88.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 28 | 0 | 0.72 | 0.85 | 0.28 | 9.23 | 0.74 | 0.42 |
| Hex | B8 | 34 | 1C | 0 | 48 | 55 | 1C | 9 | 4A | 2A |
| Octal | 270 | 64 | 34 | 0 | 110 | 125 | 34 | 11 | 112 | 52 |
| Binary | 10111000 | 110100 | 11100 | 0 | 1001000 | 1010101 | 11100 | 1001 | 1001010 | 101010 |
Color Harmonies of #B8341C
Complementary color
Monochromatic Colors of #B8341C
Black with #B8341C
Text Example
Text Example
White with #B8341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8341C; }
p { color: rgb(184,52,28); }
H1.HeaderClassName
{
color: #B8341C;
}
.AnyTagClassName
{
color: #B8341C;
}
</style>
background-color css
<style>
a { background-color: #B8341C; }
a { background-color: rgb(184,52,28); }
div.DivClassName
{
background-color: #B8341C;
}
.BgClassName
{
background-color: #B8341C;
}
</style>
border-color css
<style>
span { border-color: #B8341C; }
span { border-color: rgb(184,52,28); }
td.TdClassName
{
border-color: #B8341C;
}
.TagClassName
{
border-color: #B8341C;
}
</style>