Html Css Color HEX #BE2A17 Harley Davidson Orange

📋 copy color: '#BE2A17'

red 190 ◦ green 42 ◦ blue 23

#BE2A17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BE2A17

Tints of Harley Davidson Orange #BE2A17

RGB

 RED value IS 190 (74.61% from 255) = 74.51%

 GREEN value IS 42 (16.8% from 255) = 16.47%

 BLUE value IS 23 (9.38% from 255) = 9.02%

R = 74.51%
G = 16.47%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE2A17 (or 0xBE2A17) is known color: Harley Davidson Orange. HEX triplet: BE, 2A and 17. RGB value is (190,42,23). Sum of RGB (Red+Green+Blue) = 190+42+23=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2A17 is #41D5E8. Grayscale: #545454. Windows color (decimal): -4314601 or 1518270. OLE color: 1518270.

HSL color Cylindrical-coordinate representation of color #BE2A17: hue angle of 6.83º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE2A17 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 42 23 -
CMYK 0 0.78 0.88 0.25
HSL 6.83º 0.78% 0.42% -
HSV(B) 6.83º 0.88% 0.75% -
XYZ 22.22 12.66 2.08 -
YUV 84.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 190 42 23 0 0.78 0.88 0.25 6.83 0.78 0.42
Hex BE 2A 17 0 4E 58 19 7 4E 2A
Octal 276 52 27 0 116 130 31 7 116 52
Binary 10111110 101010 10111 0 1001110 1011000 11001 111 1001110 101010

Color Harmonies of #BE2A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A17

Black with #BE2A17

Text Example


Text Example

White with #BE2A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A17; }

 p { color: rgb(190,42,23); }

 H1.HeaderClassName
 {
   color: #BE2A17;
 }
 .AnyTagClassName
 {
   color: #BE2A17;
 }
</style>

background-color css

<style>
 a { background-color: #BE2A17; }

 a { background-color: rgb(190,42,23); }

 div.DivClassName
 {
   background-color: #BE2A17;
 }
 .BgClassName
 {
   background-color: #BE2A17;
 }
</style>

border-color css

<style>
 span { border-color: #BE2A17; }

 span { border-color: rgb(190,42,23); }

 td.TdClassName
 {
   border-color: #BE2A17;
 }
 .TagClassName
 {
   border-color: #BE2A17;
 }
</style>