Html Css Color HEX #BC341B Harley Davidson Orange
📋 copy color: '#BC341B'red 188 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #BC341B
Tints of Harley Davidson Orange #BC341B
RGB
CMYK
RGB Variations
Color information
#BC341B (or 0xBC341B) is known color: Harley Davidson Orange. HEX triplet: BC, 34 and 1B. RGB value is (188,52,27). Sum of RGB (Red+Green+Blue) = 188+52+27=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC341B is #43CBE4. Grayscale: #5A5A5A. Windows color (decimal): -4443109 or 1782972. OLE color: 1782972.
HSL color Cylindrical-coordinate representation of color #BC341B: hue angle of 9.32º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC341B is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 27 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.26 |
| HSL | 9.32º | 0.75% | 0.42% | - |
| HSV(B) | 9.32º | 0.86% | 0.74% | - |
| XYZ | 22.16 | 13.23 | 2.42 | - |
| YUV | 89.81 | 92.56 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 27 | 0 | 0.72 | 0.86 | 0.26 | 9.32 | 0.75 | 0.42 |
| Hex | BC | 34 | 1B | 0 | 48 | 56 | 1A | 9 | 4B | 2A |
| Octal | 274 | 64 | 33 | 0 | 110 | 126 | 32 | 11 | 113 | 52 |
| Binary | 10111100 | 110100 | 11011 | 0 | 1001000 | 1010110 | 11010 | 1001 | 1001011 | 101010 |
Color Harmonies of #BC341B
Complementary color
Monochromatic Colors of #BC341B
Black with #BC341B
Text Example
Text Example
White with #BC341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC341B; }
p { color: rgb(188,52,27); }
H1.HeaderClassName
{
color: #BC341B;
}
.AnyTagClassName
{
color: #BC341B;
}
</style>
background-color css
<style>
a { background-color: #BC341B; }
a { background-color: rgb(188,52,27); }
div.DivClassName
{
background-color: #BC341B;
}
.BgClassName
{
background-color: #BC341B;
}
</style>
border-color css
<style>
span { border-color: #BC341B; }
span { border-color: rgb(188,52,27); }
td.TdClassName
{
border-color: #BC341B;
}
.TagClassName
{
border-color: #BC341B;
}
</style>