Html Css Color HEX #BB330D Harley Davidson Orange
📋 copy color: '#BB330D'red 187 ◦ green 51 ◦ blue 13
Shades of Harley Davidson Orange #BB330D
Tints of Harley Davidson Orange #BB330D
RGB
CMYK
RGB Variations
Color information
#BB330D (or 0xBB330D) is known color: Harley Davidson Orange. HEX triplet: BB, 33 and 0D. RGB value is (187,51,13). Sum of RGB (Red+Green+Blue) = 187+51+13=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB330D is #44CCF2. Grayscale: #575757. Windows color (decimal): -4508915 or 865211. OLE color: 865211.
HSL color Cylindrical-coordinate representation of color #BB330D: hue angle of 13.1º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB330D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.27 |
| HSL | 13.1º | 0.87% | 0.39% | - |
| HSV(B) | 13.1º | 0.93% | 0.73% | - |
| XYZ | 21.75 | 12.96 | 1.74 | - |
| YUV | 87.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 13 | 0 | 0.73 | 0.93 | 0.27 | 13.1 | 0.87 | 0.39 |
| Hex | BB | 33 | D | 0 | 49 | 5D | 1B | D | 57 | 27 |
| Octal | 273 | 63 | 15 | 0 | 111 | 135 | 33 | 15 | 127 | 47 |
| Binary | 10111011 | 110011 | 1101 | 0 | 1001001 | 1011101 | 11011 | 1101 | 1010111 | 100111 |
Color Harmonies of #BB330D
Complementary color
Monochromatic Colors of #BB330D
Black with #BB330D
Text Example
Text Example
White with #BB330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB330D; }
p { color: rgb(187,51,13); }
H1.HeaderClassName
{
color: #BB330D;
}
.AnyTagClassName
{
color: #BB330D;
}
</style>
background-color css
<style>
a { background-color: #BB330D; }
a { background-color: rgb(187,51,13); }
div.DivClassName
{
background-color: #BB330D;
}
.BgClassName
{
background-color: #BB330D;
}
</style>
border-color css
<style>
span { border-color: #BB330D; }
span { border-color: rgb(187,51,13); }
td.TdClassName
{
border-color: #BB330D;
}
.TagClassName
{
border-color: #BB330D;
}
</style>