Html Css Color HEX #BE3000 Harley Davidson Orange

📋 copy color: '#BE3000'

red 190 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #BE3000

Tints of Harley Davidson Orange #BE3000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

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

R = 79.83%
G = 20.17%
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

#BE3000 (or 0xBE3000) is known color: Harley Davidson Orange. HEX triplet: BE, 30 and 00. RGB value is (190,48,0). Sum of RGB (Red+Green+Blue) = 190+48+0=238 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.83% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3000 is #41CFFF. Grayscale: #555555. Windows color (decimal): -4313088 or 12478. OLE color: 12478.

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

Color convert

RGB 190 48 0 -
CMYK 0 0.75 1 0.25
HSL 15.16º 1% 0.37% -
HSV(B) 15.16º 1% 0.75% -
XYZ 22.29 13.06 1.35 -
YUV 84.99 80.04 202.9 -
System Red Green Blue C M Y K H S L
Decimal 190 48 0 0 0.75 1 0.25 15.16 1 0.37
Hex BE 30 0 0 4B 64 19 F 64 25
Octal 276 60 0 0 113 144 31 17 144 45
Binary 10111110 110000 0 0 1001011 1100100 11001 1111 1100100 100101

Color Harmonies of #BE3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3000

Black with #BE3000

Text Example


Text Example

White with #BE3000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3000; }

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

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

background-color css

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

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

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

border-color css

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

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

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