Html Css Color HEX #BE301C Harley Davidson Orange

📋 copy color: '#BE301C'

red 190 ◦ green 48 ◦ blue 28

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

Shades of Harley Davidson Orange #BE301C

Tints of Harley Davidson Orange #BE301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.05%

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 71.43%
G = 18.05%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE301C (or 0xBE301C) is known color: Harley Davidson Orange. HEX triplet: BE, 30 and 1C. RGB value is (190,48,28). Sum of RGB (Red+Green+Blue) = 190+48+28=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE301C is #41CFE3. Grayscale: #585858. Windows color (decimal): -4313060 or 1847486. OLE color: 1847486.

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

Color convert

RGB 190 48 28 -
CMYK 0 0.75 0.85 0.25
HSL 7.41º 0.74% 0.43% -
HSV(B) 7.41º 0.85% 0.75% -
XYZ 22.5 13.14 2.45 -
YUV 88.18 94.04 200.63 -
System Red Green Blue C M Y K H S L
Decimal 190 48 28 0 0.75 0.85 0.25 7.41 0.74 0.43
Hex BE 30 1C 0 4B 55 19 7 4A 2B
Octal 276 60 34 0 113 125 31 7 112 53
Binary 10111110 110000 11100 0 1001011 1010101 11001 111 1001010 101011

Color Harmonies of #BE301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE301C

Black with #BE301C

Text Example


Text Example

White with #BE301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE301C; }

 p { color: rgb(190,48,28); }

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

background-color css

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

 a { background-color: rgb(190,48,28); }

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

border-color css

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

 span { border-color: rgb(190,48,28); }

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