Html Css Color HEX #BE350C Harley Davidson Orange

📋 copy color: '#BE350C'

red 190 ◦ green 53 ◦ blue 12

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

Shades of Harley Davidson Orange #BE350C

Tints of Harley Davidson Orange #BE350C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.71%

R = 74.51%
G = 20.78%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE350C (or 0xBE350C) is known color: Harley Davidson Orange. HEX triplet: BE, 35 and 0C. RGB value is (190,53,12). Sum of RGB (Red+Green+Blue) = 190+53+12=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE350C is #41CAF3. Grayscale: #595959. Windows color (decimal): -4311796 or 800190. OLE color: 800190.

HSL color Cylindrical-coordinate representation of color #BE350C: hue angle of 13.82º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE350C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 53 12 -
CMYK 0 0.72 0.94 0.25
HSL 13.82º 0.88% 0.4% -
HSV(B) 13.82º 0.94% 0.75% -
XYZ 22.57 13.52 1.77 -
YUV 89.29 84.39 199.83 -
System Red Green Blue C M Y K H S L
Decimal 190 53 12 0 0.72 0.94 0.25 13.82 0.88 0.4
Hex BE 35 C 0 48 5E 19 E 58 28
Octal 276 65 14 0 110 136 31 16 130 50
Binary 10111110 110101 1100 0 1001000 1011110 11001 1110 1011000 101000

Color Harmonies of #BE350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE350C

Black with #BE350C

Text Example


Text Example

White with #BE350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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