Html Css Color HEX #BE2C1A Harley Davidson Orange

📋 copy color: '#BE2C1A'

red 190 ◦ green 44 ◦ blue 26

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

Shades of Harley Davidson Orange #BE2C1A

Tints of Harley Davidson Orange #BE2C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.92%

 BLUE value IS 26 (10.55% from 255) = 10%

R = 73.08%
G = 16.92%
B = 10%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE2C1A (or 0xBE2C1A) is known color: Harley Davidson Orange. HEX triplet: BE, 2C and 1A. RGB value is (190,44,26). Sum of RGB (Red+Green+Blue) = 190+44+26=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C1A is #41D3E5. Grayscale: #555555. Windows color (decimal): -4314086 or 1715390. OLE color: 1715390.

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

Color convert

RGB 190 44 26 -
CMYK 0 0.77 0.86 0.25
HSL 6.59º 0.76% 0.42% -
HSV(B) 6.59º 0.86% 0.75% -
XYZ 22.32 12.82 2.28 -
YUV 85.6 94.37 202.46 -
System Red Green Blue C M Y K H S L
Decimal 190 44 26 0 0.77 0.86 0.25 6.59 0.76 0.42
Hex BE 2C 1A 0 4D 56 19 7 4C 2A
Octal 276 54 32 0 115 126 31 7 114 52
Binary 10111110 101100 11010 0 1001101 1010110 11001 111 1001100 101010

Color Harmonies of #BE2C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C1A

Black with #BE2C1A

Text Example


Text Example

White with #BE2C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C1A; }

 p { color: rgb(190,44,26); }

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

background-color css

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

 a { background-color: rgb(190,44,26); }

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

border-color css

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

 span { border-color: rgb(190,44,26); }

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