Html Css Color HEX #BC1E00 Harley Davidson Orange

📋 copy color: '#BC1E00'

red 188 ◦ green 30 ◦ blue 0

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

Shades of Harley Davidson Orange #BC1E00

Tints of Harley Davidson Orange #BC1E00

RGB

 RED value IS 188 (73.83% from 255) = 86.24%

 GREEN value IS 30 (12.11% from 255) = 13.76%

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

R = 86.24%
G = 13.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC1E00 (or 0xBC1E00) is known color: Harley Davidson Orange. HEX triplet: BC, 1E and 00. RGB value is (188,30,0). Sum of RGB (Red+Green+Blue) = 188+30+0=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1E00 is #43E1FF. Grayscale: #4A4A4A. Windows color (decimal): -4448768 or 7868. OLE color: 7868.

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

Color convert

RGB 188 30 0 -
CMYK 0 0.84 1 0.26
HSL 9.57º 1% 0.37% -
HSV(B) 9.57º 1% 0.74% -
XYZ 21.2 11.62 1.13 -
YUV 73.82 86.35 209.44 -
System Red Green Blue C M Y K H S L
Decimal 188 30 0 0 0.84 1 0.26 9.57 1 0.37
Hex BC 1E 0 0 54 64 1A A 64 25
Octal 274 36 0 0 124 144 32 12 144 45
Binary 10111100 11110 0 0 1010100 1100100 11010 1010 1100100 100101

Color Harmonies of #BC1E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E00

Black with #BC1E00

Text Example


Text Example

White with #BC1E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E00; }

 p { color: rgb(188,30,0); }

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

background-color css

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

 a { background-color: rgb(188,30,0); }

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

border-color css

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

 span { border-color: rgb(188,30,0); }

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