Html Css Color HEX #BE1E0B Harley Davidson Orange

📋 copy color: '#BE1E0B'

red 190 ◦ green 30 ◦ blue 11

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

Shades of Harley Davidson Orange #BE1E0B

Tints of Harley Davidson Orange #BE1E0B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.99%

 BLUE value IS 11 (4.69% from 255) = 4.76%

R = 82.25%
G = 12.99%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE1E0B (or 0xBE1E0B) is known color: Harley Davidson Orange. HEX triplet: BE, 1E and 0B. RGB value is (190,30,11). Sum of RGB (Red+Green+Blue) = 190+30+11=231 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.25% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1E0B is #41E1F4. Grayscale: #4B4B4B. Windows color (decimal): -4317685 or 728766. OLE color: 728766.

HSL color Cylindrical-coordinate representation of color #BE1E0B: hue angle of 6.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE1E0B is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 30 11 -
CMYK 0 0.84 0.94 0.25
HSL 6.37º 0.89% 0.39% -
HSV(B) 6.37º 0.94% 0.75% -
XYZ 21.76 11.9 1.47 -
YUV 75.67 91.51 209.54 -
System Red Green Blue C M Y K H S L
Decimal 190 30 11 0 0.84 0.94 0.25 6.37 0.89 0.39
Hex BE 1E B 0 54 5E 19 6 59 27
Octal 276 36 13 0 124 136 31 6 131 47
Binary 10111110 11110 1011 0 1010100 1011110 11001 110 1011001 100111

Color Harmonies of #BE1E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1E0B

Black with #BE1E0B

Text Example


Text Example

White with #BE1E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1E0B; }

 p { color: rgb(190,30,11); }

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

background-color css

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

 a { background-color: rgb(190,30,11); }

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

border-color css

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

 span { border-color: rgb(190,30,11); }

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