Html Css Color HEX #BE3E1E Harley Davidson Orange

📋 copy color: '#BE3E1E'

red 190 ◦ green 62 ◦ blue 30

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

Shades of Harley Davidson Orange #BE3E1E

Tints of Harley Davidson Orange #BE3E1E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.99%

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 67.38%
G = 21.99%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE3E1E (or 0xBE3E1E) is known color: Harley Davidson Orange. HEX triplet: BE, 3E and 1E. RGB value is (190,62,30). Sum of RGB (Red+Green+Blue) = 190+62+30=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E1E is #41C1E1. Grayscale: #606060. Windows color (decimal): -4309474 or 1982142. OLE color: 1982142.

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

Color convert

RGB 190 62 30 -
CMYK 0 0.67 0.84 0.25
HSL 12º 0.73% 0.43% -
HSV(B) 12º 0.84% 0.75% -
XYZ 23.19 14.49 2.8 -
YUV 96.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 190 62 30 0 0.67 0.84 0.25 12 0.73 0.43
Hex BE 3E 1E 0 43 54 19 C 49 2B
Octal 276 76 36 0 103 124 31 14 111 53
Binary 10111110 111110 11110 0 1000011 1010100 11001 1100 1001001 101011

Color Harmonies of #BE3E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E1E

Black with #BE3E1E

Text Example


Text Example

White with #BE3E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E1E; }

 p { color: rgb(190,62,30); }

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

background-color css

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

 a { background-color: rgb(190,62,30); }

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

border-color css

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

 span { border-color: rgb(190,62,30); }

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