Html Css Color HEX #BE2904 Harley Davidson Orange

📋 copy color: '#BE2904'

red 190 ◦ green 41 ◦ blue 4

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

Shades of Harley Davidson Orange #BE2904

Tints of Harley Davidson Orange #BE2904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.7%

R = 80.85%
G = 17.45%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE2904 (or 0xBE2904) is known color: Harley Davidson Orange. HEX triplet: BE, 29 and 04. RGB value is (190,41,4). Sum of RGB (Red+Green+Blue) = 190+41+4=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2904 is #41D6FB. Grayscale: #515151. Windows color (decimal): -4314876 or 272830. OLE color: 272830.

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

Color convert

RGB 190 41 4 -
CMYK 0 0.78 0.98 0.25
HSL 11.94º 0.96% 0.38% -
HSV(B) 11.94º 0.98% 0.75% -
XYZ 22.05 12.54 1.37 -
YUV 81.33 84.36 205.51 -
System Red Green Blue C M Y K H S L
Decimal 190 41 4 0 0.78 0.98 0.25 11.94 0.96 0.38
Hex BE 29 4 0 4E 62 19 C 60 26
Octal 276 51 4 0 116 142 31 14 140 46
Binary 10111110 101001 100 0 1001110 1100010 11001 1100 1100000 100110

Color Harmonies of #BE2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2904

Black with #BE2904

Text Example


Text Example

White with #BE2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2904; }

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

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

background-color css

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

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

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

border-color css

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

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

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