Html Css Color HEX #BE2B02 Harley Davidson Orange

📋 copy color: '#BE2B02'

red 190 ◦ green 43 ◦ blue 2

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

Shades of Harley Davidson Orange #BE2B02

Tints of Harley Davidson Orange #BE2B02

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.3%

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

R = 80.85%
G = 18.3%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE2B02 (or 0xBE2B02) is known color: Harley Davidson Orange. HEX triplet: BE, 2B and 02. RGB value is (190,43,2). Sum of RGB (Red+Green+Blue) = 190+43+2=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2B02 is #41D4FD. Grayscale: #525252. Windows color (decimal): -4314366 or 142270. OLE color: 142270.

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

Color convert

RGB 190 43 2 -
CMYK 0 0.77 0.99 0.25
HSL 13.09º 0.98% 0.38% -
HSV(B) 13.09º 0.99% 0.75% -
XYZ 22.11 12.68 1.34 -
YUV 82.28 82.7 204.83 -
System Red Green Blue C M Y K H S L
Decimal 190 43 2 0 0.77 0.99 0.25 13.09 0.98 0.38
Hex BE 2B 2 0 4D 63 19 D 62 26
Octal 276 53 2 0 115 143 31 15 142 46
Binary 10111110 101011 10 0 1001101 1100011 11001 1101 1100010 100110

Color Harmonies of #BE2B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B02

Black with #BE2B02

Text Example


Text Example

White with #BE2B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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