Html Css Color HEX #BE2300 Harley Davidson Orange

📋 copy color: '#BE2300'

red 190 ◦ green 35 ◦ blue 0

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

Shades of Harley Davidson Orange #BE2300

Tints of Harley Davidson Orange #BE2300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.44%
G = 15.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE2300 (or 0xBE2300) is known color: Harley Davidson Orange. HEX triplet: BE, 23 and 00. RGB value is (190,35,0). Sum of RGB (Red+Green+Blue) = 190+35+0=225 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.44% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2300 is #41DCFF. Grayscale: #4D4D4D. Windows color (decimal): -4316416 or 9150. OLE color: 9150.

HSL color Cylindrical-coordinate representation of color #BE2300: hue angle of 11.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE2300 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 35 0 -
CMYK 0 0.82 1 0.25
HSL 11.05º 1% 0.37% -
HSV(B) 11.05º 1% 0.75% -
XYZ 21.84 12.15 1.19 -
YUV 77.36 84.35 208.35 -
System Red Green Blue C M Y K H S L
Decimal 190 35 0 0 0.82 1 0.25 11.05 1 0.37
Hex BE 23 0 0 52 64 19 B 64 25
Octal 276 43 0 0 122 144 31 13 144 45
Binary 10111110 100011 0 0 1010010 1100100 11001 1011 1100100 100101

Color Harmonies of #BE2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2300

Black with #BE2300

Text Example


Text Example

White with #BE2300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2300; }

 p { color: rgb(190,35,0); }

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

background-color css

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

 a { background-color: rgb(190,35,0); }

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

border-color css

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

 span { border-color: rgb(190,35,0); }

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