Html Css Color HEX #BE2E00 Harley Davidson Orange

📋 copy color: '#BE2E00'

red 190 ◦ green 46 ◦ blue 0

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

Shades of Harley Davidson Orange #BE2E00

Tints of Harley Davidson Orange #BE2E00

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.51%
G = 19.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE2E00 (or 0xBE2E00) is known color: Harley Davidson Orange. HEX triplet: BE, 2E and 00. RGB value is (190,46,0). Sum of RGB (Red+Green+Blue) = 190+46+0=236 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.51% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2E00 is #41D1FF. Grayscale: #545454. Windows color (decimal): -4313600 or 11966. OLE color: 11966.

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

Color convert

RGB 190 46 0 -
CMYK 0 0.76 1 0.25
HSL 14.53º 1% 0.37% -
HSV(B) 14.53º 1% 0.75% -
XYZ 22.21 12.9 1.32 -
YUV 83.81 80.71 203.74 -
System Red Green Blue C M Y K H S L
Decimal 190 46 0 0 0.76 1 0.25 14.53 1 0.37
Hex BE 2E 0 0 4C 64 19 F 64 25
Octal 276 56 0 0 114 144 31 17 144 45
Binary 10111110 101110 0 0 1001100 1100100 11001 1111 1100100 100101

Color Harmonies of #BE2E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2E00

Black with #BE2E00

Text Example


Text Example

White with #BE2E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2E00; }

 p { color: rgb(190,46,0); }

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

background-color css

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

 a { background-color: rgb(190,46,0); }

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

border-color css

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

 span { border-color: rgb(190,46,0); }

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