Html Css Color HEX #B8361B Harley Davidson Orange
📋 copy color: '#B8361B'red 184 ◦ green 54 ◦ blue 27
Shades of Harley Davidson Orange #B8361B
Tints of Harley Davidson Orange #B8361B
RGB
CMYK
RGB Variations
Color information
#B8361B (or 0xB8361B) is known color: Harley Davidson Orange. HEX triplet: B8, 36 and 1B. RGB value is (184,54,27). Sum of RGB (Red+Green+Blue) = 184+54+27=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B8361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8361B is #47C9E4. Grayscale: #5A5A5A. Windows color (decimal): -4704741 or 1783480. OLE color: 1783480.
HSL color Cylindrical-coordinate representation of color #B8361B: hue angle of 10.32º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8361B is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 27 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.28 |
| HSL | 10.32º | 0.74% | 0.41% | - |
| HSV(B) | 10.32º | 0.85% | 0.72% | - |
| XYZ | 21.28 | 12.91 | 2.41 | - |
| YUV | 89.79 | 92.57 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 27 | 0 | 0.71 | 0.85 | 0.28 | 10.32 | 0.74 | 0.41 |
| Hex | B8 | 36 | 1B | 0 | 47 | 55 | 1C | A | 4A | 29 |
| Octal | 270 | 66 | 33 | 0 | 107 | 125 | 34 | 12 | 112 | 51 |
| Binary | 10111000 | 110110 | 11011 | 0 | 1000111 | 1010101 | 11100 | 1010 | 1001010 | 101001 |
Color Harmonies of #B8361B
Complementary color
Monochromatic Colors of #B8361B
Black with #B8361B
Text Example
Text Example
White with #B8361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8361B; }
p { color: rgb(184,54,27); }
H1.HeaderClassName
{
color: #B8361B;
}
.AnyTagClassName
{
color: #B8361B;
}
</style>
background-color css
<style>
a { background-color: #B8361B; }
a { background-color: rgb(184,54,27); }
div.DivClassName
{
background-color: #B8361B;
}
.BgClassName
{
background-color: #B8361B;
}
</style>
border-color css
<style>
span { border-color: #B8361B; }
span { border-color: rgb(184,54,27); }
td.TdClassName
{
border-color: #B8361B;
}
.TagClassName
{
border-color: #B8361B;
}
</style>