Html Css Color HEX #BE301F Harley Davidson Orange

📋 copy color: '#BE301F'

red 190 ◦ green 48 ◦ blue 31

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

Shades of Harley Davidson Orange #BE301F

Tints of Harley Davidson Orange #BE301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

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

R = 70.63%
G = 17.84%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE301F (or 0xBE301F) is known color: Harley Davidson Orange. HEX triplet: BE, 30 and 1F. RGB value is (190,48,31). Sum of RGB (Red+Green+Blue) = 190+48+31=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE301F is #41CFE0. Grayscale: #585858. Windows color (decimal): -4313057 or 2044094. OLE color: 2044094.

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

Color convert

RGB 190 48 31 -
CMYK 0 0.75 0.84 0.25
HSL 6.42º 0.72% 0.43% -
HSV(B) 6.42º 0.84% 0.75% -
XYZ 22.54 13.16 2.65 -
YUV 88.52 95.54 200.38 -
System Red Green Blue C M Y K H S L
Decimal 190 48 31 0 0.75 0.84 0.25 6.42 0.72 0.43
Hex BE 30 1F 0 4B 54 19 6 48 2B
Octal 276 60 37 0 113 124 31 6 110 53
Binary 10111110 110000 11111 0 1001011 1010100 11001 110 1001000 101011

Color Harmonies of #BE301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE301F

Black with #BE301F

Text Example


Text Example

White with #BE301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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