Html Css Color HEX #BC1E04 Harley Davidson Orange

📋 copy color: '#BC1E04'

red 188 ◦ green 30 ◦ blue 4

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

Shades of Harley Davidson Orange #BC1E04

Tints of Harley Davidson Orange #BC1E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 84.68%
G = 13.51%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC1E04 (or 0xBC1E04) is known color: Harley Davidson Orange. HEX triplet: BC, 1E and 04. RGB value is (188,30,4). Sum of RGB (Red+Green+Blue) = 188+30+4=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1E04 is #43E1FB. Grayscale: #4A4A4A. Windows color (decimal): -4448764 or 270012. OLE color: 270012.

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

Color convert

RGB 188 30 4 -
CMYK 0 0.84 0.98 0.26
HSL 8.48º 0.96% 0.38% -
HSV(B) 8.48º 0.98% 0.74% -
XYZ 21.23 11.63 1.24 -
YUV 74.28 88.35 209.11 -
System Red Green Blue C M Y K H S L
Decimal 188 30 4 0 0.84 0.98 0.26 8.48 0.96 0.38
Hex BC 1E 4 0 54 62 1A 8 60 26
Octal 274 36 4 0 124 142 32 10 140 46
Binary 10111100 11110 100 0 1010100 1100010 11010 1000 1100000 100110

Color Harmonies of #BC1E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E04

Black with #BC1E04

Text Example


Text Example

White with #BC1E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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