Html Css Color HEX #B9361B Harley Davidson Orange
📋 copy color: '#B9361B'red 185 ◦ green 54 ◦ blue 27
Shades of Harley Davidson Orange #B9361B
Tints of Harley Davidson Orange #B9361B
RGB
CMYK
RGB Variations
Color information
#B9361B (or 0xB9361B) is known color: Harley Davidson Orange. HEX triplet: B9, 36 and 1B. RGB value is (185,54,27). Sum of RGB (Red+Green+Blue) = 185+54+27=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9361B is #46C9E4. Grayscale: #5A5A5A. Windows color (decimal): -4639205 or 1783481. OLE color: 1783481.
HSL color Cylindrical-coordinate representation of color #B9361B: hue angle of 10.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9361B is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 27 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.27 |
| HSL | 10.25º | 0.75% | 0.42% | - |
| HSV(B) | 10.25º | 0.85% | 0.73% | - |
| XYZ | 21.52 | 13.03 | 2.42 | - |
| YUV | 90.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 27 | 0 | 0.71 | 0.85 | 0.27 | 10.25 | 0.75 | 0.42 |
| Hex | B9 | 36 | 1B | 0 | 47 | 55 | 1B | A | 4B | 2A |
| Octal | 271 | 66 | 33 | 0 | 107 | 125 | 33 | 12 | 113 | 52 |
| Binary | 10111001 | 110110 | 11011 | 0 | 1000111 | 1010101 | 11011 | 1010 | 1001011 | 101010 |
Color Harmonies of #B9361B
Complementary color
Monochromatic Colors of #B9361B
Black with #B9361B
Text Example
Text Example
White with #B9361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9361B; }
p { color: rgb(185,54,27); }
H1.HeaderClassName
{
color: #B9361B;
}
.AnyTagClassName
{
color: #B9361B;
}
</style>
background-color css
<style>
a { background-color: #B9361B; }
a { background-color: rgb(185,54,27); }
div.DivClassName
{
background-color: #B9361B;
}
.BgClassName
{
background-color: #B9361B;
}
</style>
border-color css
<style>
span { border-color: #B9361B; }
span { border-color: rgb(185,54,27); }
td.TdClassName
{
border-color: #B9361B;
}
.TagClassName
{
border-color: #B9361B;
}
</style>