Html Css Color HEX #BE360F Harley Davidson Orange

📋 copy color: '#BE360F'

red 190 ◦ green 54 ◦ blue 15

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

Shades of Harley Davidson Orange #BE360F

Tints of Harley Davidson Orange #BE360F

RGB

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

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

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

R = 73.36%
G = 20.85%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE360F (or 0xBE360F) is known color: Harley Davidson Orange. HEX triplet: BE, 36 and 0F. RGB value is (190,54,15). Sum of RGB (Red+Green+Blue) = 190+54+15=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE360F is #41C9F0. Grayscale: #5A5A5A. Windows color (decimal): -4311537 or 997054. OLE color: 997054.

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

Color convert

RGB 190 54 15 -
CMYK 0 0.72 0.92 0.25
HSL 13.37º 0.85% 0.4% -
HSV(B) 13.37º 0.92% 0.75% -
XYZ 22.64 13.62 1.89 -
YUV 90.22 85.56 199.17 -
System Red Green Blue C M Y K H S L
Decimal 190 54 15 0 0.72 0.92 0.25 13.37 0.85 0.4
Hex BE 36 F 0 48 5C 19 D 55 28
Octal 276 66 17 0 110 134 31 15 125 50
Binary 10111110 110110 1111 0 1001000 1011100 11001 1101 1010101 101000

Color Harmonies of #BE360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE360F

Black with #BE360F

Text Example


Text Example

White with #BE360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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