Html Css Color HEX #BE3111 Harley Davidson Orange

📋 copy color: '#BE3111'

red 190 ◦ green 49 ◦ blue 17

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

Shades of Harley Davidson Orange #BE3111

Tints of Harley Davidson Orange #BE3111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 74.22%
G = 19.14%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE3111 (or 0xBE3111) is known color: Harley Davidson Orange. HEX triplet: BE, 31 and 11. RGB value is (190,49,17). Sum of RGB (Red+Green+Blue) = 190+49+17=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3111 is #41CEEE. Grayscale: #575757. Windows color (decimal): -4312815 or 1126846. OLE color: 1126846.

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

Color convert

RGB 190 49 17 -
CMYK 0 0.74 0.91 0.25
HSL 11.1º 0.84% 0.41% -
HSV(B) 11.1º 0.91% 0.75% -
XYZ 22.43 13.18 1.89 -
YUV 87.51 88.21 201.1 -
System Red Green Blue C M Y K H S L
Decimal 190 49 17 0 0.74 0.91 0.25 11.1 0.84 0.41
Hex BE 31 11 0 4A 5B 19 B 54 29
Octal 276 61 21 0 112 133 31 13 124 51
Binary 10111110 110001 10001 0 1001010 1011011 11001 1011 1010100 101001

Color Harmonies of #BE3111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3111

Black with #BE3111

Text Example


Text Example

White with #BE3111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3111; }

 p { color: rgb(190,49,17); }

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

background-color css

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

 a { background-color: rgb(190,49,17); }

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

border-color css

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

 span { border-color: rgb(190,49,17); }

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