Html Css Color HEX #B83315 Harley Davidson Orange
📋 copy color: '#B83315'red 184 ◦ green 51 ◦ blue 21
Shades of Harley Davidson Orange #B83315
Tints of Harley Davidson Orange #B83315
RGB
CMYK
RGB Variations
Color information
#B83315 (or 0xB83315) is known color: Harley Davidson Orange. HEX triplet: B8, 33 and 15. RGB value is (184,51,21). Sum of RGB (Red+Green+Blue) = 184+51+21=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B83315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83315 is #47CCEA. Grayscale: #575757. Windows color (decimal): -4705515 or 1389496. OLE color: 1389496.
HSL color Cylindrical-coordinate representation of color #B83315: hue angle of 11.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B83315 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 21 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.28 |
| HSL | 11.04º | 0.8% | 0.4% | - |
| HSV(B) | 11.04º | 0.89% | 0.72% | - |
| XYZ | 21.09 | 12.61 | 2.03 | - |
| YUV | 87.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 21 | 0 | 0.72 | 0.89 | 0.28 | 11.04 | 0.8 | 0.4 |
| Hex | B8 | 33 | 15 | 0 | 48 | 59 | 1C | B | 50 | 28 |
| Octal | 270 | 63 | 25 | 0 | 110 | 131 | 34 | 13 | 120 | 50 |
| Binary | 10111000 | 110011 | 10101 | 0 | 1001000 | 1011001 | 11100 | 1011 | 1010000 | 101000 |
Color Harmonies of #B83315
Complementary color
Monochromatic Colors of #B83315
Black with #B83315
Text Example
Text Example
White with #B83315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83315; }
p { color: rgb(184,51,21); }
H1.HeaderClassName
{
color: #B83315;
}
.AnyTagClassName
{
color: #B83315;
}
</style>
background-color css
<style>
a { background-color: #B83315; }
a { background-color: rgb(184,51,21); }
div.DivClassName
{
background-color: #B83315;
}
.BgClassName
{
background-color: #B83315;
}
</style>
border-color css
<style>
span { border-color: #B83315; }
span { border-color: rgb(184,51,21); }
td.TdClassName
{
border-color: #B83315;
}
.TagClassName
{
border-color: #B83315;
}
</style>