Html Css Color HEX #BE320C Harley Davidson Orange

📋 copy color: '#BE320C'

red 190 ◦ green 50 ◦ blue 12

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

Shades of Harley Davidson Orange #BE320C

Tints of Harley Davidson Orange #BE320C

RGB

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

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

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

R = 75.4%
G = 19.84%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE320C (or 0xBE320C) is known color: Harley Davidson Orange. HEX triplet: BE, 32 and 0C. RGB value is (190,50,12). Sum of RGB (Red+Green+Blue) = 190+50+12=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE320C is #41CDF3. Grayscale: #575757. Windows color (decimal): -4312564 or 799422. OLE color: 799422.

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

Color convert

RGB 190 50 12 -
CMYK 0 0.74 0.94 0.25
HSL 12.81º 0.88% 0.4% -
HSV(B) 12.81º 0.94% 0.75% -
XYZ 22.44 13.25 1.72 -
YUV 87.53 85.38 201.09 -
System Red Green Blue C M Y K H S L
Decimal 190 50 12 0 0.74 0.94 0.25 12.81 0.88 0.4
Hex BE 32 C 0 4A 5E 19 D 58 28
Octal 276 62 14 0 112 136 31 15 130 50
Binary 10111110 110010 1100 0 1001010 1011110 11001 1101 1011000 101000

Color Harmonies of #BE320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE320C

Black with #BE320C

Text Example


Text Example

White with #BE320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE320C; }

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

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

background-color css

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

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

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

border-color css

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

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

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