Html Css Color HEX #BE360E Harley Davidson Orange

📋 copy color: '#BE360E'

red 190 ◦ green 54 ◦ blue 14

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

Shades of Harley Davidson Orange #BE360E

Tints of Harley Davidson Orange #BE360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

 BLUE value IS 14 (5.86% from 255) = 5.43%

R = 73.64%
G = 20.93%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE360E (or 0xBE360E) is known color: Harley Davidson Orange. HEX triplet: BE, 36 and 0E. RGB value is (190,54,14). Sum of RGB (Red+Green+Blue) = 190+54+14=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE360E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE360E is #41C9F1. Grayscale: #5A5A5A. Windows color (decimal): -4311538 or 931518. OLE color: 931518.

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

Color convert

RGB 190 54 14 -
CMYK 0 0.72 0.93 0.25
HSL 13.64º 0.86% 0.4% -
HSV(B) 13.64º 0.93% 0.75% -
XYZ 22.63 13.62 1.85 -
YUV 90.1 85.06 199.25 -
System Red Green Blue C M Y K H S L
Decimal 190 54 14 0 0.72 0.93 0.25 13.64 0.86 0.4
Hex BE 36 E 0 48 5D 19 E 56 28
Octal 276 66 16 0 110 135 31 16 126 50
Binary 10111110 110110 1110 0 1001000 1011101 11001 1110 1010110 101000

Color Harmonies of #BE360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE360E

Black with #BE360E

Text Example


Text Example

White with #BE360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE360E; }

 p { color: rgb(190,54,14); }

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

background-color css

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

 a { background-color: rgb(190,54,14); }

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

border-color css

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

 span { border-color: rgb(190,54,14); }

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