Html Css Color HEX #BE3514 Harley Davidson Orange

📋 copy color: '#BE3514'

red 190 ◦ green 53 ◦ blue 20

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

Shades of Harley Davidson Orange #BE3514

Tints of Harley Davidson Orange #BE3514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.15%

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

R = 72.24%
G = 20.15%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE3514 (or 0xBE3514) is known color: Harley Davidson Orange. HEX triplet: BE, 35 and 14. RGB value is (190,53,20). Sum of RGB (Red+Green+Blue) = 190+53+20=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3514 is #41CAEB. Grayscale: #5A5A5A. Windows color (decimal): -4311788 or 1324478. OLE color: 1324478.

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

Color convert

RGB 190 53 20 -
CMYK 0 0.72 0.89 0.25
HSL 11.65º 0.81% 0.41% -
HSV(B) 11.65º 0.89% 0.75% -
XYZ 22.63 13.54 2.08 -
YUV 90.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 190 53 20 0 0.72 0.89 0.25 11.65 0.81 0.41
Hex BE 35 14 0 48 59 19 C 51 29
Octal 276 65 24 0 110 131 31 14 121 51
Binary 10111110 110101 10100 0 1001000 1011001 11001 1100 1010001 101001

Color Harmonies of #BE3514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3514

Black with #BE3514

Text Example


Text Example

White with #BE3514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3514; }

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

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

background-color css

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

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

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

border-color css

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

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

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