Html Css Color HEX #BE3A20 Harley Davidson Orange

📋 copy color: '#BE3A20'

red 190 ◦ green 58 ◦ blue 32

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

Shades of Harley Davidson Orange #BE3A20

Tints of Harley Davidson Orange #BE3A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.71%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 67.86%
G = 20.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE3A20 (or 0xBE3A20) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 20. RGB value is (190,58,32). Sum of RGB (Red+Green+Blue) = 190+58+32=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A20 is #41C5DF. Grayscale: #5E5E5E. Windows color (decimal): -4310496 or 2112190. OLE color: 2112190.

HSL color Cylindrical-coordinate representation of color #BE3A20: hue angle of 9.87º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE3A20 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 32 -
CMYK 0 0.69 0.83 0.25
HSL 9.87º 0.71% 0.44% -
HSV(B) 9.87º 0.83% 0.75% -
XYZ 23.01 14.08 2.87 -
YUV 94.5 92.73 196.11 -
System Red Green Blue C M Y K H S L
Decimal 190 58 32 0 0.69 0.83 0.25 9.87 0.71 0.44
Hex BE 3A 20 0 45 53 19 A 47 2C
Octal 276 72 40 0 105 123 31 12 107 54
Binary 10111110 111010 100000 0 1000101 1010011 11001 1010 1000111 101100

Color Harmonies of #BE3A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A20

Black with #BE3A20

Text Example


Text Example

White with #BE3A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A20; }

 p { color: rgb(190,58,32); }

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

background-color css

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

 a { background-color: rgb(190,58,32); }

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

border-color css

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

 span { border-color: rgb(190,58,32); }

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