Html Css Color HEX #BC1F00 Harley Davidson Orange

📋 copy color: '#BC1F00'

red 188 ◦ green 31 ◦ blue 0

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

Shades of Harley Davidson Orange #BC1F00

Tints of Harley Davidson Orange #BC1F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.16%

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

R = 85.84%
G = 14.16%
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

#BC1F00 (or 0xBC1F00) is known color: Harley Davidson Orange. HEX triplet: BC, 1F and 00. RGB value is (188,31,0). Sum of RGB (Red+Green+Blue) = 188+31+0=219 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.84% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1F00 is #43E0FF. Grayscale: #4A4A4A. Windows color (decimal): -4448512 or 8124. OLE color: 8124.

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

Color convert

RGB 188 31 0 -
CMYK 0 0.84 1 0.26
HSL 9.89º 1% 0.37% -
HSV(B) 9.89º 1% 0.74% -
XYZ 21.23 11.67 1.13 -
YUV 74.41 86.01 209.02 -
System Red Green Blue C M Y K H S L
Decimal 188 31 0 0 0.84 1 0.26 9.89 1 0.37
Hex BC 1F 0 0 54 64 1A A 64 25
Octal 274 37 0 0 124 144 32 12 144 45
Binary 10111100 11111 0 0 1010100 1100100 11010 1010 1100100 100101

Color Harmonies of #BC1F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F00

Black with #BC1F00

Text Example


Text Example

White with #BC1F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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