Html Css Color HEX #BE321F Harley Davidson Orange

📋 copy color: '#BE321F'

red 190 ◦ green 50 ◦ blue 31

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

Shades of Harley Davidson Orange #BE321F

Tints of Harley Davidson Orange #BE321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 70.11%
G = 18.45%
B = 11.44%

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

#BE321F (or 0xBE321F) is known color: Harley Davidson Orange. HEX triplet: BE, 32 and 1F. RGB value is (190,50,31). Sum of RGB (Red+Green+Blue) = 190+50+31=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE321F is #41CDE0. Grayscale: #595959. Windows color (decimal): -4312545 or 2044606. OLE color: 2044606.

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

Color convert

RGB 190 50 31 -
CMYK 0 0.74 0.84 0.25
HSL 7.17º 0.72% 0.43% -
HSV(B) 7.17º 0.84% 0.75% -
XYZ 22.62 13.33 2.68 -
YUV 89.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 190 50 31 0 0.74 0.84 0.25 7.17 0.72 0.43
Hex BE 32 1F 0 4A 54 19 7 48 2B
Octal 276 62 37 0 112 124 31 7 110 53
Binary 10111110 110010 11111 0 1001010 1010100 11001 111 1001000 101011

Color Harmonies of #BE321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE321F

Black with #BE321F

Text Example


Text Example

White with #BE321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE321F; }

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

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

background-color css

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

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

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

border-color css

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

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

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