Html Css Color HEX #BE3418 Harley Davidson Orange

📋 copy color: '#BE3418'

red 190 ◦ green 52 ◦ blue 24

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

Shades of Harley Davidson Orange #BE3418

Tints of Harley Davidson Orange #BE3418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 71.43%
G = 19.55%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE3418 (or 0xBE3418) is known color: Harley Davidson Orange. HEX triplet: BE, 34 and 18. RGB value is (190,52,24). Sum of RGB (Red+Green+Blue) = 190+52+24=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3418 is #41CBE7. Grayscale: #5A5A5A. Windows color (decimal): -4312040 or 1586366. OLE color: 1586366.

HSL color Cylindrical-coordinate representation of color #BE3418: hue angle of 10.12º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE3418 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 52 24 -
CMYK 0 0.73 0.87 0.25
HSL 10.12º 0.78% 0.42% -
HSV(B) 10.12º 0.87% 0.75% -
XYZ 22.63 13.47 2.27 -
YUV 90.07 90.72 199.28 -
System Red Green Blue C M Y K H S L
Decimal 190 52 24 0 0.73 0.87 0.25 10.12 0.78 0.42
Hex BE 34 18 0 49 57 19 A 4E 2A
Octal 276 64 30 0 111 127 31 12 116 52
Binary 10111110 110100 11000 0 1001001 1010111 11001 1010 1001110 101010

Color Harmonies of #BE3418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3418

Black with #BE3418

Text Example


Text Example

White with #BE3418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3418; }

 p { color: rgb(190,52,24); }

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

background-color css

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

 a { background-color: rgb(190,52,24); }

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

border-color css

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

 span { border-color: rgb(190,52,24); }

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