Html Css Color HEX #BE290C Harley Davidson Orange

📋 copy color: '#BE290C'

red 190 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #BE290C

Tints of Harley Davidson Orange #BE290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

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

R = 78.19%
G = 16.87%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE290C (or 0xBE290C) is known color: Harley Davidson Orange. HEX triplet: BE, 29 and 0C. RGB value is (190,41,12). Sum of RGB (Red+Green+Blue) = 190+41+12=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE290C is #41D6F3. Grayscale: #525252. Windows color (decimal): -4314868 or 797118. OLE color: 797118.

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

Color convert

RGB 190 41 12 -
CMYK 0 0.78 0.94 0.25
HSL 9.78º 0.88% 0.4% -
HSV(B) 9.78º 0.94% 0.75% -
XYZ 22.09 12.56 1.61 -
YUV 82.25 88.36 204.86 -
System Red Green Blue C M Y K H S L
Decimal 190 41 12 0 0.78 0.94 0.25 9.78 0.88 0.4
Hex BE 29 C 0 4E 5E 19 A 58 28
Octal 276 51 14 0 116 136 31 12 130 50
Binary 10111110 101001 1100 0 1001110 1011110 11001 1010 1011000 101000

Color Harmonies of #BE290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE290C

Black with #BE290C

Text Example


Text Example

White with #BE290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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