Html Css Color HEX #B9331C Harley Davidson Orange
📋 copy color: '#B9331C'red 185 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #B9331C
Tints of Harley Davidson Orange #B9331C
RGB
CMYK
RGB Variations
Color information
#B9331C (or 0xB9331C) is known color: Harley Davidson Orange. HEX triplet: B9, 33 and 1C. RGB value is (185,51,28). Sum of RGB (Red+Green+Blue) = 185+51+28=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9331C is #46CCE3. Grayscale: #585858. Windows color (decimal): -4639972 or 1848249. OLE color: 1848249.
HSL color Cylindrical-coordinate representation of color #B9331C: hue angle of 8.79º degrees, saturation: 0.74, 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 #B9331C is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 28 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.27 |
| HSL | 8.79º | 0.74% | 0.42% | - |
| HSV(B) | 8.79º | 0.85% | 0.73% | - |
| XYZ | 21.4 | 12.77 | 2.43 | - |
| YUV | 88.44 | 93.89 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 28 | 0 | 0.72 | 0.85 | 0.27 | 8.79 | 0.74 | 0.42 |
| Hex | B9 | 33 | 1C | 0 | 48 | 55 | 1B | 9 | 4A | 2A |
| Octal | 271 | 63 | 34 | 0 | 110 | 125 | 33 | 11 | 112 | 52 |
| Binary | 10111001 | 110011 | 11100 | 0 | 1001000 | 1010101 | 11011 | 1001 | 1001010 | 101010 |
Color Harmonies of #B9331C
Complementary color
Monochromatic Colors of #B9331C
Black with #B9331C
Text Example
Text Example
White with #B9331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9331C; }
p { color: rgb(185,51,28); }
H1.HeaderClassName
{
color: #B9331C;
}
.AnyTagClassName
{
color: #B9331C;
}
</style>
background-color css
<style>
a { background-color: #B9331C; }
a { background-color: rgb(185,51,28); }
div.DivClassName
{
background-color: #B9331C;
}
.BgClassName
{
background-color: #B9331C;
}
</style>
border-color css
<style>
span { border-color: #B9331C; }
span { border-color: rgb(185,51,28); }
td.TdClassName
{
border-color: #B9331C;
}
.TagClassName
{
border-color: #B9331C;
}
</style>