Html Css Color HEX #BE2B17 Harley Davidson Orange

📋 copy color: '#BE2B17'

red 190 ◦ green 43 ◦ blue 23

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

Shades of Harley Davidson Orange #BE2B17

Tints of Harley Davidson Orange #BE2B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 74.22%
G = 16.8%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE2B17 (or 0xBE2B17) is known color: Harley Davidson Orange. HEX triplet: BE, 2B and 17. RGB value is (190,43,23). Sum of RGB (Red+Green+Blue) = 190+43+23=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2B17 is #41D4E8. Grayscale: #545454. Windows color (decimal): -4314345 or 1518526. OLE color: 1518526.

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

Color convert

RGB 190 43 23 -
CMYK 0 0.77 0.88 0.25
HSL 7.19º 0.78% 0.42% -
HSV(B) 7.19º 0.88% 0.75% -
XYZ 22.25 12.74 2.1 -
YUV 84.67 93.2 203.13 -
System Red Green Blue C M Y K H S L
Decimal 190 43 23 0 0.77 0.88 0.25 7.19 0.78 0.42
Hex BE 2B 17 0 4D 58 19 7 4E 2A
Octal 276 53 27 0 115 130 31 7 116 52
Binary 10111110 101011 10111 0 1001101 1011000 11001 111 1001110 101010

Color Harmonies of #BE2B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B17

Black with #BE2B17

Text Example


Text Example

White with #BE2B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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