Html Css Color HEX #BE2F00 Harley Davidson Orange

📋 copy color: '#BE2F00'

red 190 ◦ green 47 ◦ blue 0

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

Shades of Harley Davidson Orange #BE2F00

Tints of Harley Davidson Orange #BE2F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.83%

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

R = 80.17%
G = 19.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE2F00 (or 0xBE2F00) is known color: Harley Davidson Orange. HEX triplet: BE, 2F and 00. RGB value is (190,47,0). Sum of RGB (Red+Green+Blue) = 190+47+0=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2F00 is #41D0FF. Grayscale: #545454. Windows color (decimal): -4313344 or 12222. OLE color: 12222.

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

Color convert

RGB 190 47 0 -
CMYK 0 0.75 1 0.25
HSL 14.84º 1% 0.37% -
HSV(B) 14.84º 1% 0.75% -
XYZ 22.25 12.98 1.33 -
YUV 84.4 80.38 203.32 -
System Red Green Blue C M Y K H S L
Decimal 190 47 0 0 0.75 1 0.25 14.84 1 0.37
Hex BE 2F 0 0 4B 64 19 F 64 25
Octal 276 57 0 0 113 144 31 17 144 45
Binary 10111110 101111 0 0 1001011 1100100 11001 1111 1100100 100101

Color Harmonies of #BE2F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F00

Black with #BE2F00

Text Example


Text Example

White with #BE2F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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