Html Css Color HEX #BC3823 Harley Davidson Orange
📋 copy color: '#BC3823'red 188 ◦ green 56 ◦ blue 35
Shades of Harley Davidson Orange #BC3823
Tints of Harley Davidson Orange #BC3823
RGB
CMYK
RGB Variations
Color information
#BC3823 (or 0xBC3823) is known color: Harley Davidson Orange. HEX triplet: BC, 38 and 23. RGB value is (188,56,35). Sum of RGB (Red+Green+Blue) = 188+56+35=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3823 is #43C7DC. Grayscale: #5D5D5D. Windows color (decimal): -4442077 or 2308284. OLE color: 2308284.
HSL color Cylindrical-coordinate representation of color #BC3823: hue angle of 8.24º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC3823 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 35 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.26 |
| HSL | 8.24º | 0.69% | 0.44% | - |
| HSV(B) | 8.24º | 0.81% | 0.74% | - |
| XYZ | 22.46 | 13.64 | 3.04 | - |
| YUV | 93.07 | 95.23 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 35 | 0 | 0.70 | 0.81 | 0.26 | 8.24 | 0.69 | 0.44 |
| Hex | BC | 38 | 23 | 0 | 46 | 51 | 1A | 8 | 45 | 2C |
| Octal | 274 | 70 | 43 | 0 | 106 | 121 | 32 | 10 | 105 | 54 |
| Binary | 10111100 | 111000 | 100011 | 0 | 1000110 | 1010001 | 11010 | 1000 | 1000101 | 101100 |
Color Harmonies of #BC3823
Complementary color
Monochromatic Colors of #BC3823
Black with #BC3823
Text Example
Text Example
White with #BC3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3823; }
p { color: rgb(188,56,35); }
H1.HeaderClassName
{
color: #BC3823;
}
.AnyTagClassName
{
color: #BC3823;
}
</style>
background-color css
<style>
a { background-color: #BC3823; }
a { background-color: rgb(188,56,35); }
div.DivClassName
{
background-color: #BC3823;
}
.BgClassName
{
background-color: #BC3823;
}
</style>
border-color css
<style>
span { border-color: #BC3823; }
span { border-color: rgb(188,56,35); }
td.TdClassName
{
border-color: #BC3823;
}
.TagClassName
{
border-color: #BC3823;
}
</style>