Html Css Color HEX #BC2104 Harley Davidson Orange

📋 copy color: '#BC2104'

red 188 ◦ green 33 ◦ blue 4

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

Shades of Harley Davidson Orange #BC2104

Tints of Harley Davidson Orange #BC2104

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.67%

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

R = 83.56%
G = 14.67%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC2104 (or 0xBC2104) is known color: Harley Davidson Orange. HEX triplet: BC, 21 and 04. RGB value is (188,33,4). Sum of RGB (Red+Green+Blue) = 188+33+4=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2104 is #43DEFB. Grayscale: #4C4C4C. Windows color (decimal): -4447996 or 270780. OLE color: 270780.

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

Color convert

RGB 188 33 4 -
CMYK 0 0.82 0.98 0.26
HSL 9.46º 0.96% 0.38% -
HSV(B) 9.46º 0.98% 0.74% -
XYZ 21.3 11.79 1.27 -
YUV 76.04 87.35 207.86 -
System Red Green Blue C M Y K H S L
Decimal 188 33 4 0 0.82 0.98 0.26 9.46 0.96 0.38
Hex BC 21 4 0 52 62 1A 9 60 26
Octal 274 41 4 0 122 142 32 11 140 46
Binary 10111100 100001 100 0 1010010 1100010 11010 1001 1100000 100110

Color Harmonies of #BC2104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2104

Black with #BC2104

Text Example


Text Example

White with #BC2104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2104; }

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

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

background-color css

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

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

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

border-color css

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

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

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