Html Css Color HEX #BE360D Harley Davidson Orange

📋 copy color: '#BE360D'

red 190 ◦ green 54 ◦ blue 13

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

Shades of Harley Davidson Orange #BE360D

Tints of Harley Davidson Orange #BE360D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 73.93%
G = 21.01%
B = 5.06%

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

#BE360D (or 0xBE360D) is known color: Harley Davidson Orange. HEX triplet: BE, 36 and 0D. RGB value is (190,54,13). Sum of RGB (Red+Green+Blue) = 190+54+13=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE360D is #41C9F2. Grayscale: #5A5A5A. Windows color (decimal): -4311539 or 865982. OLE color: 865982.

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

Color convert

RGB 190 54 13 -
CMYK 0 0.72 0.93 0.25
HSL 13.9º 0.87% 0.4% -
HSV(B) 13.9º 0.93% 0.75% -
XYZ 22.63 13.61 1.82 -
YUV 89.99 84.56 199.33 -
System Red Green Blue C M Y K H S L
Decimal 190 54 13 0 0.72 0.93 0.25 13.9 0.87 0.4
Hex BE 36 D 0 48 5D 19 E 57 28
Octal 276 66 15 0 110 135 31 16 127 50
Binary 10111110 110110 1101 0 1001000 1011101 11001 1110 1010111 101000

Color Harmonies of #BE360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE360D

Black with #BE360D

Text Example


Text Example

White with #BE360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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