Html Css Color HEX #BC220B Harley Davidson Orange

📋 copy color: '#BC220B'

red 188 ◦ green 34 ◦ blue 11

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

Shades of Harley Davidson Orange #BC220B

Tints of Harley Davidson Orange #BC220B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.72%

R = 80.69%
G = 14.59%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC220B (or 0xBC220B) is known color: Harley Davidson Orange. HEX triplet: BC, 22 and 0B. RGB value is (188,34,11). Sum of RGB (Red+Green+Blue) = 188+34+11=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC220B is #43DDF4. Grayscale: #4D4D4D. Windows color (decimal): -4447733 or 729788. OLE color: 729788.

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

Color convert

RGB 188 34 11 -
CMYK 0 0.82 0.94 0.26
HSL 7.8º 0.89% 0.39% -
HSV(B) 7.8º 0.94% 0.74% -
XYZ 21.37 11.86 1.48 -
YUV 77.42 90.52 206.87 -
System Red Green Blue C M Y K H S L
Decimal 188 34 11 0 0.82 0.94 0.26 7.8 0.89 0.39
Hex BC 22 B 0 52 5E 1A 8 59 27
Octal 274 42 13 0 122 136 32 10 131 47
Binary 10111100 100010 1011 0 1010010 1011110 11010 1000 1011001 100111

Color Harmonies of #BC220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC220B

Black with #BC220B

Text Example


Text Example

White with #BC220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC220B; }

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

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

background-color css

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

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

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

border-color css

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

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

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