Html Css Color HEX #BE3B21 Harley Davidson Orange
📋 copy color: '#BE3B21'red 190 ◦ green 59 ◦ blue 33
Shades of Harley Davidson Orange #BE3B21
Tints of Harley Davidson Orange #BE3B21
RGB
CMYK
RGB Variations
Color information
#BE3B21 (or 0xBE3B21) is known color: Harley Davidson Orange. HEX triplet: BE, 3B and 21. RGB value is (190,59,33). Sum of RGB (Red+Green+Blue) = 190+59+33=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3B21 is #41C4DE. Grayscale: #5F5F5F. Windows color (decimal): -4310239 or 2177982. OLE color: 2177982.
HSL color Cylindrical-coordinate representation of color #BE3B21: hue angle of 9.94º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE3B21 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 59 | 33 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.25 |
| HSL | 9.94º | 0.7% | 0.44% | - |
| HSV(B) | 9.94º | 0.83% | 0.75% | - |
| XYZ | 23.07 | 14.18 | 2.96 | - |
| YUV | 95.21 | 92.9 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 59 | 33 | 0 | 0.69 | 0.83 | 0.25 | 9.94 | 0.7 | 0.44 |
| Hex | BE | 3B | 21 | 0 | 45 | 53 | 19 | A | 46 | 2C |
| Octal | 276 | 73 | 41 | 0 | 105 | 123 | 31 | 12 | 106 | 54 |
| Binary | 10111110 | 111011 | 100001 | 0 | 1000101 | 1010011 | 11001 | 1010 | 1000110 | 101100 |
Color Harmonies of #BE3B21
Complementary color
Monochromatic Colors of #BE3B21
Black with #BE3B21
Text Example
Text Example
White with #BE3B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3B21; }
p { color: rgb(190,59,33); }
H1.HeaderClassName
{
color: #BE3B21;
}
.AnyTagClassName
{
color: #BE3B21;
}
</style>
background-color css
<style>
a { background-color: #BE3B21; }
a { background-color: rgb(190,59,33); }
div.DivClassName
{
background-color: #BE3B21;
}
.BgClassName
{
background-color: #BE3B21;
}
</style>
border-color css
<style>
span { border-color: #BE3B21; }
span { border-color: rgb(190,59,33); }
td.TdClassName
{
border-color: #BE3B21;
}
.TagClassName
{
border-color: #BE3B21;
}
</style>