Html Css Color HEX #BC220E Harley Davidson Orange

📋 copy color: '#BC220E'

red 188 ◦ green 34 ◦ blue 14

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

Shades of Harley Davidson Orange #BC220E

Tints of Harley Davidson Orange #BC220E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.41%

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 79.66%
G = 14.41%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC220E (or 0xBC220E) is known color: Harley Davidson Orange. HEX triplet: BC, 22 and 0E. RGB value is (188,34,14). Sum of RGB (Red+Green+Blue) = 188+34+14=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC220E is #43DDF1. Grayscale: #4E4E4E. Windows color (decimal): -4447730 or 926396. OLE color: 926396.

HSL color Cylindrical-coordinate representation of color #BC220E: hue angle of 6.9º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC220E is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 34 14 -
CMYK 0 0.82 0.93 0.26
HSL 6.9º 0.86% 0.4% -
HSV(B) 6.9º 0.93% 0.74% -
XYZ 21.39 11.87 1.58 -
YUV 77.77 92.02 206.63 -
System Red Green Blue C M Y K H S L
Decimal 188 34 14 0 0.82 0.93 0.26 6.9 0.86 0.4
Hex BC 22 E 0 52 5D 1A 7 56 28
Octal 274 42 16 0 122 135 32 7 126 50
Binary 10111100 100010 1110 0 1010010 1011101 11010 111 1010110 101000

Color Harmonies of #BC220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC220E

Black with #BC220E

Text Example


Text Example

White with #BC220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC220E; }

 p { color: rgb(188,34,14); }

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

background-color css

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

 a { background-color: rgb(188,34,14); }

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

border-color css

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

 span { border-color: rgb(188,34,14); }

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