Html Css Color HEX #BE270D Harley Davidson Orange
📋 copy color: '#BE270D'red 190 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #BE270D
Tints of Harley Davidson Orange #BE270D
RGB
CMYK
RGB Variations
Color information
#BE270D (or 0xBE270D) is known color: Harley Davidson Orange. HEX triplet: BE, 27 and 0D. RGB value is (190,39,13). Sum of RGB (Red+Green+Blue) = 190+39+13=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE270D is #41D8F2. Grayscale: #515151. Windows color (decimal): -4315379 or 862142. OLE color: 862142.
HSL color Cylindrical-coordinate representation of color #BE270D: hue angle of 8.81º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE270D is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 13 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.25 |
| HSL | 8.81º | 0.87% | 0.4% | - |
| HSV(B) | 8.81º | 0.93% | 0.75% | - |
| XYZ | 22.03 | 12.43 | 1.62 | - |
| YUV | 81.19 | 89.53 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 13 | 0 | 0.79 | 0.93 | 0.25 | 8.81 | 0.87 | 0.4 |
| Hex | BE | 27 | D | 0 | 4F | 5D | 19 | 9 | 57 | 28 |
| Octal | 276 | 47 | 15 | 0 | 117 | 135 | 31 | 11 | 127 | 50 |
| Binary | 10111110 | 100111 | 1101 | 0 | 1001111 | 1011101 | 11001 | 1001 | 1010111 | 101000 |
Color Harmonies of #BE270D
Complementary color
Monochromatic Colors of #BE270D
Black with #BE270D
Text Example
Text Example
White with #BE270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE270D; }
p { color: rgb(190,39,13); }
H1.HeaderClassName
{
color: #BE270D;
}
.AnyTagClassName
{
color: #BE270D;
}
</style>
background-color css
<style>
a { background-color: #BE270D; }
a { background-color: rgb(190,39,13); }
div.DivClassName
{
background-color: #BE270D;
}
.BgClassName
{
background-color: #BE270D;
}
</style>
border-color css
<style>
span { border-color: #BE270D; }
span { border-color: rgb(190,39,13); }
td.TdClassName
{
border-color: #BE270D;
}
.TagClassName
{
border-color: #BE270D;
}
</style>