Html Css Color HEX #BE2902 Harley Davidson Orange

📋 copy color: '#BE2902'

red 190 ◦ green 41 ◦ blue 2

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

Shades of Harley Davidson Orange #BE2902

Tints of Harley Davidson Orange #BE2902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 81.55%
G = 17.6%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE2902 (or 0xBE2902) is known color: Harley Davidson Orange. HEX triplet: BE, 29 and 02. RGB value is (190,41,2). Sum of RGB (Red+Green+Blue) = 190+41+2=233 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.55% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2902 is #41D6FD. Grayscale: #515151. Windows color (decimal): -4314878 or 141758. OLE color: 141758.

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

Color convert

RGB 190 41 2 -
CMYK 0 0.78 0.99 0.25
HSL 12.45º 0.98% 0.38% -
HSV(B) 12.45º 0.99% 0.75% -
XYZ 22.04 12.54 1.32 -
YUV 81.11 83.36 205.67 -
System Red Green Blue C M Y K H S L
Decimal 190 41 2 0 0.78 0.99 0.25 12.45 0.98 0.38
Hex BE 29 2 0 4E 63 19 C 62 26
Octal 276 51 2 0 116 143 31 14 142 46
Binary 10111110 101001 10 0 1001110 1100011 11001 1100 1100010 100110

Color Harmonies of #BE2902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2902

Black with #BE2902

Text Example


Text Example

White with #BE2902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2902; }

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

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

background-color css

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

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

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

border-color css

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

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

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