Html Css Color HEX #BE3411 Harley Davidson Orange

📋 copy color: '#BE3411'

red 190 ◦ green 52 ◦ blue 17

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

Shades of Harley Davidson Orange #BE3411

Tints of Harley Davidson Orange #BE3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 73.36%
G = 20.08%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE3411 (or 0xBE3411) is known color: Harley Davidson Orange. HEX triplet: BE, 34 and 11. RGB value is (190,52,17). Sum of RGB (Red+Green+Blue) = 190+52+17=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3411 is #41CBEE. Grayscale: #595959. Windows color (decimal): -4312047 or 1127614. OLE color: 1127614.

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

Color convert

RGB 190 52 17 -
CMYK 0 0.73 0.91 0.25
HSL 12.14º 0.84% 0.41% -
HSV(B) 12.14º 0.91% 0.75% -
XYZ 22.56 13.44 1.94 -
YUV 89.27 87.22 199.85 -
System Red Green Blue C M Y K H S L
Decimal 190 52 17 0 0.73 0.91 0.25 12.14 0.84 0.41
Hex BE 34 11 0 49 5B 19 C 54 29
Octal 276 64 21 0 111 133 31 14 124 51
Binary 10111110 110100 10001 0 1001001 1011011 11001 1100 1010100 101001

Color Harmonies of #BE3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3411

Black with #BE3411

Text Example


Text Example

White with #BE3411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3411; }

 p { color: rgb(190,52,17); }

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

background-color css

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

 a { background-color: rgb(190,52,17); }

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

border-color css

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

 span { border-color: rgb(190,52,17); }

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