Html Css Color HEX #BE321E Harley Davidson Orange

📋 copy color: '#BE321E'

red 190 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #BE321E

Tints of Harley Davidson Orange #BE321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.52%

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 70.37%
G = 18.52%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE321E (or 0xBE321E) is known color: Harley Davidson Orange. HEX triplet: BE, 32 and 1E. RGB value is (190,50,30). Sum of RGB (Red+Green+Blue) = 190+50+30=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE321E is #41CDE1. Grayscale: #595959. Windows color (decimal): -4312546 or 1979070. OLE color: 1979070.

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

Color convert

RGB 190 50 30 -
CMYK 0 0.74 0.84 0.25
HSL 7.5º 0.73% 0.43% -
HSV(B) 7.5º 0.84% 0.75% -
XYZ 22.61 13.32 2.61 -
YUV 89.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 190 50 30 0 0.74 0.84 0.25 7.5 0.73 0.43
Hex BE 32 1E 0 4A 54 19 8 49 2B
Octal 276 62 36 0 112 124 31 10 111 53
Binary 10111110 110010 11110 0 1001010 1010100 11001 1000 1001001 101011

Color Harmonies of #BE321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE321E

Black with #BE321E

Text Example


Text Example

White with #BE321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE321E; }

 p { color: rgb(190,50,30); }

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

background-color css

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

 a { background-color: rgb(190,50,30); }

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

border-color css

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

 span { border-color: rgb(190,50,30); }

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