Html Css Color HEX #BE2E05 Harley Davidson Orange

📋 copy color: '#BE2E05'

red 190 ◦ green 46 ◦ blue 5

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

Shades of Harley Davidson Orange #BE2E05

Tints of Harley Davidson Orange #BE2E05

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.09%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 78.84%
G = 19.09%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE2E05 (or 0xBE2E05) is known color: Harley Davidson Orange. HEX triplet: BE, 2E and 05. RGB value is (190,46,5). Sum of RGB (Red+Green+Blue) = 190+46+5=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2E05 is #41D1FA. Grayscale: #545454. Windows color (decimal): -4313595 or 339646. OLE color: 339646.

HSL color Cylindrical-coordinate representation of color #BE2E05: hue angle of 13.3º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE2E05 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 46 5 -
CMYK 0 0.76 0.97 0.25
HSL 13.3º 0.95% 0.38% -
HSV(B) 13.3º 0.97% 0.75% -
XYZ 22.24 12.91 1.46 -
YUV 84.38 83.21 203.33 -
System Red Green Blue C M Y K H S L
Decimal 190 46 5 0 0.76 0.97 0.25 13.3 0.95 0.38
Hex BE 2E 5 0 4C 61 19 D 5F 26
Octal 276 56 5 0 114 141 31 15 137 46
Binary 10111110 101110 101 0 1001100 1100001 11001 1101 1011111 100110

Color Harmonies of #BE2E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2E05

Black with #BE2E05

Text Example


Text Example

White with #BE2E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2E05; }

 p { color: rgb(190,46,5); }

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

background-color css

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

 a { background-color: rgb(190,46,5); }

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

border-color css

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

 span { border-color: rgb(190,46,5); }

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