Html Css Color HEX #BE340F Harley Davidson Orange

📋 copy color: '#BE340F'

red 190 ◦ green 52 ◦ blue 15

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

Shades of Harley Davidson Orange #BE340F

Tints of Harley Davidson Orange #BE340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 73.93%
G = 20.23%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE340F (or 0xBE340F) is known color: Harley Davidson Orange. HEX triplet: BE, 34 and 0F. RGB value is (190,52,15). Sum of RGB (Red+Green+Blue) = 190+52+15=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE340F is #41CBF0. Grayscale: #595959. Windows color (decimal): -4312049 or 996542. OLE color: 996542.

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

Color convert

RGB 190 52 15 -
CMYK 0 0.73 0.92 0.25
HSL 12.69º 0.85% 0.4% -
HSV(B) 12.69º 0.92% 0.75% -
XYZ 22.55 13.44 1.86 -
YUV 89.04 86.22 200.01 -
System Red Green Blue C M Y K H S L
Decimal 190 52 15 0 0.73 0.92 0.25 12.69 0.85 0.4
Hex BE 34 F 0 49 5C 19 D 55 28
Octal 276 64 17 0 111 134 31 15 125 50
Binary 10111110 110100 1111 0 1001001 1011100 11001 1101 1010101 101000

Color Harmonies of #BE340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE340F

Black with #BE340F

Text Example


Text Example

White with #BE340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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