Html Css Color HEX #B9300C Harley Davidson Orange
📋 copy color: '#B9300C'red 185 ◦ green 48 ◦ blue 12
Shades of Harley Davidson Orange #B9300C
Tints of Harley Davidson Orange #B9300C
RGB
CMYK
RGB Variations
Color information
#B9300C (or 0xB9300C) is known color: Harley Davidson Orange. HEX triplet: B9, 30 and 0C. RGB value is (185,48,12). Sum of RGB (Red+Green+Blue) = 185+48+12=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B9300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9300C is #46CFF3. Grayscale: #555555. Windows color (decimal): -4640756 or 798905. OLE color: 798905.
HSL color Cylindrical-coordinate representation of color #B9300C: hue angle of 12.49º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9300C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.27 |
| HSL | 12.49º | 0.88% | 0.39% | - |
| HSV(B) | 12.49º | 0.94% | 0.73% | - |
| XYZ | 21.13 | 12.45 | 1.64 | - |
| YUV | 84.86 | 86.89 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 12 | 0 | 0.74 | 0.94 | 0.27 | 12.49 | 0.88 | 0.39 |
| Hex | B9 | 30 | C | 0 | 4A | 5E | 1B | C | 58 | 27 |
| Octal | 271 | 60 | 14 | 0 | 112 | 136 | 33 | 14 | 130 | 47 |
| Binary | 10111001 | 110000 | 1100 | 0 | 1001010 | 1011110 | 11011 | 1100 | 1011000 | 100111 |
Color Harmonies of #B9300C
Complementary color
Monochromatic Colors of #B9300C
Black with #B9300C
Text Example
Text Example
White with #B9300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9300C; }
p { color: rgb(185,48,12); }
H1.HeaderClassName
{
color: #B9300C;
}
.AnyTagClassName
{
color: #B9300C;
}
</style>
background-color css
<style>
a { background-color: #B9300C; }
a { background-color: rgb(185,48,12); }
div.DivClassName
{
background-color: #B9300C;
}
.BgClassName
{
background-color: #B9300C;
}
</style>
border-color css
<style>
span { border-color: #B9300C; }
span { border-color: rgb(185,48,12); }
td.TdClassName
{
border-color: #B9300C;
}
.TagClassName
{
border-color: #B9300C;
}
</style>