Html Css Color HEX #BE2610 Harley Davidson Orange

📋 copy color: '#BE2610'

red 190 ◦ green 38 ◦ blue 16

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

Shades of Harley Davidson Orange #BE2610

Tints of Harley Davidson Orange #BE2610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 77.87%
G = 15.57%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE2610 (or 0xBE2610) is known color: Harley Davidson Orange. HEX triplet: BE, 26 and 10. RGB value is (190,38,16). Sum of RGB (Red+Green+Blue) = 190+38+16=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2610 is #41D9EF. Grayscale: #515151. Windows color (decimal): -4315632 or 1058494. OLE color: 1058494.

HSL color Cylindrical-coordinate representation of color #BE2610: hue angle of 7.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE2610 is Cyan = 0, Magento = 0.8, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 38 16 -
CMYK 0 0.8 0.92 0.25
HSL 7.59º 0.84% 0.4% -
HSV(B) 7.59º 0.92% 0.75% -
XYZ 22.02 12.37 1.72 -
YUV 80.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 190 38 16 0 0.8 0.92 0.25 7.59 0.84 0.4
Hex BE 26 10 0 50 5C 19 8 54 28
Octal 276 46 20 0 120 134 31 10 124 50
Binary 10111110 100110 10000 0 1010000 1011100 11001 1000 1010100 101000

Color Harmonies of #BE2610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2610

Black with #BE2610

Text Example


Text Example

White with #BE2610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2610; }

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

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

background-color css

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

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

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

border-color css

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

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

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