Html Css Color HEX #BE2804 Harley Davidson Orange

📋 copy color: '#BE2804'

red 190 ◦ green 40 ◦ blue 4

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

Shades of Harley Davidson Orange #BE2804

Tints of Harley Davidson Orange #BE2804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

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

R = 81.2%
G = 17.09%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE2804 (or 0xBE2804) is known color: Harley Davidson Orange. HEX triplet: BE, 28 and 04. RGB value is (190,40,4). Sum of RGB (Red+Green+Blue) = 190+40+4=234 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.20% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2804 is #41D7FB. Grayscale: #515151. Windows color (decimal): -4315132 or 272574. OLE color: 272574.

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

Color convert

RGB 190 40 4 -
CMYK 0 0.79 0.98 0.25
HSL 11.61º 0.96% 0.38% -
HSV(B) 11.61º 0.98% 0.75% -
XYZ 22.02 12.47 1.36 -
YUV 80.75 84.7 205.93 -
System Red Green Blue C M Y K H S L
Decimal 190 40 4 0 0.79 0.98 0.25 11.61 0.96 0.38
Hex BE 28 4 0 4F 62 19 C 60 26
Octal 276 50 4 0 117 142 31 14 140 46
Binary 10111110 101000 100 0 1001111 1100010 11001 1100 1100000 100110

Color Harmonies of #BE2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2804

Black with #BE2804

Text Example


Text Example

White with #BE2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2804; }

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

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

background-color css

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

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

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

border-color css

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

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

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