Html Css Color HEX #BE3014 Harley Davidson Orange

📋 copy color: '#BE3014'

red 190 ◦ green 48 ◦ blue 20

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

Shades of Harley Davidson Orange #BE3014

Tints of Harley Davidson Orange #BE3014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 73.64%
G = 18.6%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE3014 (or 0xBE3014) is known color: Harley Davidson Orange. HEX triplet: BE, 30 and 14. RGB value is (190,48,20). Sum of RGB (Red+Green+Blue) = 190+48+20=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3014 is #41CFEB. Grayscale: #575757. Windows color (decimal): -4313068 or 1323198. OLE color: 1323198.

HSL color Cylindrical-coordinate representation of color #BE3014: hue angle of 9.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE3014 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 48 20 -
CMYK 0 0.75 0.89 0.25
HSL 9.88º 0.81% 0.41% -
HSV(B) 9.88º 0.89% 0.75% -
XYZ 22.42 13.11 2.01 -
YUV 87.27 90.04 201.28 -
System Red Green Blue C M Y K H S L
Decimal 190 48 20 0 0.75 0.89 0.25 9.88 0.81 0.41
Hex BE 30 14 0 4B 59 19 A 51 29
Octal 276 60 24 0 113 131 31 12 121 51
Binary 10111110 110000 10100 0 1001011 1011001 11001 1010 1010001 101001

Color Harmonies of #BE3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3014

Black with #BE3014

Text Example


Text Example

White with #BE3014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3014; }

 p { color: rgb(190,48,20); }

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

background-color css

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

 a { background-color: rgb(190,48,20); }

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

border-color css

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

 span { border-color: rgb(190,48,20); }

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