Html Css Color HEX #BE2602 Harley Davidson Orange

📋 copy color: '#BE2602'

red 190 ◦ green 38 ◦ blue 2

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

Shades of Harley Davidson Orange #BE2602

Tints of Harley Davidson Orange #BE2602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

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

R = 82.61%
G = 16.52%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE2602 (or 0xBE2602) is known color: Harley Davidson Orange. HEX triplet: BE, 26 and 02. RGB value is (190,38,2). Sum of RGB (Red+Green+Blue) = 190+38+2=230 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.61% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2602 is #41D9FD. Grayscale: #4F4F4F. Windows color (decimal): -4315646 or 140990. OLE color: 140990.

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

Color convert

RGB 190 38 2 -
CMYK 0 0.8 0.99 0.25
HSL 11.49º 0.98% 0.38% -
HSV(B) 11.49º 0.99% 0.75% -
XYZ 21.94 12.34 1.28 -
YUV 79.34 84.36 206.93 -
System Red Green Blue C M Y K H S L
Decimal 190 38 2 0 0.8 0.99 0.25 11.49 0.98 0.38
Hex BE 26 2 0 50 63 19 B 62 26
Octal 276 46 2 0 120 143 31 13 142 46
Binary 10111110 100110 10 0 1010000 1100011 11001 1011 1100010 100110

Color Harmonies of #BE2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2602

Black with #BE2602

Text Example


Text Example

White with #BE2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2602; }

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

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

background-color css

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

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

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

border-color css

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

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

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