Html Css Color HEX #BE2B19 Harley Davidson Orange

📋 copy color: '#BE2B19'

red 190 ◦ green 43 ◦ blue 25

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

Shades of Harley Davidson Orange #BE2B19

Tints of Harley Davidson Orange #BE2B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.67%

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 73.64%
G = 16.67%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE2B19 (or 0xBE2B19) is known color: Harley Davidson Orange. HEX triplet: BE, 2B and 19. RGB value is (190,43,25). Sum of RGB (Red+Green+Blue) = 190+43+25=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2B19 is #41D4E6. Grayscale: #555555. Windows color (decimal): -4314343 or 1649598. OLE color: 1649598.

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

Color convert

RGB 190 43 25 -
CMYK 0 0.77 0.87 0.25
HSL 6.55º 0.77% 0.42% -
HSV(B) 6.55º 0.87% 0.75% -
XYZ 22.27 12.75 2.21 -
YUV 84.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 190 43 25 0 0.77 0.87 0.25 6.55 0.77 0.42
Hex BE 2B 19 0 4D 57 19 7 4D 2A
Octal 276 53 31 0 115 127 31 7 115 52
Binary 10111110 101011 11001 0 1001101 1010111 11001 111 1001101 101010

Color Harmonies of #BE2B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B19

Black with #BE2B19

Text Example


Text Example

White with #BE2B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B19; }

 p { color: rgb(190,43,25); }

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

background-color css

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

 a { background-color: rgb(190,43,25); }

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

border-color css

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

 span { border-color: rgb(190,43,25); }

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