Html Css Color HEX #BE371F Harley Davidson Orange

📋 copy color: '#BE371F'

red 190 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #BE371F

Tints of Harley Davidson Orange #BE371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.93%

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 68.84%
G = 19.93%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE371F (or 0xBE371F) is known color: Harley Davidson Orange. HEX triplet: BE, 37 and 1F. RGB value is (190,55,31). Sum of RGB (Red+Green+Blue) = 190+55+31=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE371F is #41C8E0. Grayscale: #5C5C5C. Windows color (decimal): -4311265 or 2045886. OLE color: 2045886.

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

Color convert

RGB 190 55 31 -
CMYK 0 0.71 0.84 0.25
HSL 9.06º 0.72% 0.43% -
HSV(B) 9.06º 0.84% 0.75% -
XYZ 22.85 13.78 2.75 -
YUV 92.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 190 55 31 0 0.71 0.84 0.25 9.06 0.72 0.43
Hex BE 37 1F 0 47 54 19 9 48 2B
Octal 276 67 37 0 107 124 31 11 110 53
Binary 10111110 110111 11111 0 1000111 1010100 11001 1001 1001000 101011

Color Harmonies of #BE371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE371F

Black with #BE371F

Text Example


Text Example

White with #BE371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE371F; }

 p { color: rgb(190,55,31); }

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

background-color css

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

 a { background-color: rgb(190,55,31); }

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

border-color css

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

 span { border-color: rgb(190,55,31); }

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