Html Css Color HEX #BE2C00 Harley Davidson Orange

📋 copy color: '#BE2C00'

red 190 ◦ green 44 ◦ blue 0

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

Shades of Harley Davidson Orange #BE2C00

Tints of Harley Davidson Orange #BE2C00

RGB

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

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

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

R = 81.2%
G = 18.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE2C00 (or 0xBE2C00) is known color: Harley Davidson Orange. HEX triplet: BE, 2C and 00. RGB value is (190,44,0). Sum of RGB (Red+Green+Blue) = 190+44+0=234 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.20% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2C00 is #41D3FF. Grayscale: #525252. Windows color (decimal): -4314112 or 11454. OLE color: 11454.

HSL color Cylindrical-coordinate representation of color #BE2C00: hue angle of 13.89º 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 #BE2C00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 44 0 -
CMYK 0 0.77 1 0.25
HSL 13.89º 1% 0.37% -
HSV(B) 13.89º 1% 0.75% -
XYZ 22.14 12.75 1.29 -
YUV 82.64 81.37 204.58 -
System Red Green Blue C M Y K H S L
Decimal 190 44 0 0 0.77 1 0.25 13.89 1 0.37
Hex BE 2C 0 0 4D 64 19 E 64 25
Octal 276 54 0 0 115 144 31 16 144 45
Binary 10111110 101100 0 0 1001101 1100100 11001 1110 1100100 100101

Color Harmonies of #BE2C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C00

Black with #BE2C00

Text Example


Text Example

White with #BE2C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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