Html Css Color HEX #BC2100 Harley Davidson Orange

📋 copy color: '#BC2100'

red 188 ◦ green 33 ◦ blue 0

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

Shades of Harley Davidson Orange #BC2100

Tints of Harley Davidson Orange #BC2100

RGB

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

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

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

R = 85.07%
G = 14.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC2100 (or 0xBC2100) is known color: Harley Davidson Orange. HEX triplet: BC, 21 and 00. RGB value is (188,33,0). Sum of RGB (Red+Green+Blue) = 188+33+0=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2100 is #43DEFF. Grayscale: #4B4B4B. Windows color (decimal): -4448000 or 8636. OLE color: 8636.

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

Color convert

RGB 188 33 0 -
CMYK 0 0.82 1 0.26
HSL 10.53º 1% 0.37% -
HSV(B) 10.53º 1% 0.74% -
XYZ 21.28 11.78 1.15 -
YUV 75.58 85.35 208.18 -
System Red Green Blue C M Y K H S L
Decimal 188 33 0 0 0.82 1 0.26 10.53 1 0.37
Hex BC 21 0 0 52 64 1A B 64 25
Octal 274 41 0 0 122 144 32 13 144 45
Binary 10111100 100001 0 0 1010010 1100100 11010 1011 1100100 100101

Color Harmonies of #BC2100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2100

Black with #BC2100

Text Example


Text Example

White with #BC2100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2100; }

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

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

background-color css

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

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

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

border-color css

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

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

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