Html Css Color HEX #BC220F Harley Davidson Orange

📋 copy color: '#BC220F'

red 188 ◦ green 34 ◦ blue 15

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

Shades of Harley Davidson Orange #BC220F

Tints of Harley Davidson Orange #BC220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 79.32%
G = 14.35%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC220F (or 0xBC220F) is known color: Harley Davidson Orange. HEX triplet: BC, 22 and 0F. RGB value is (188,34,15). Sum of RGB (Red+Green+Blue) = 188+34+15=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC220F is #43DDF0. Grayscale: #4E4E4E. Windows color (decimal): -4447729 or 991932. OLE color: 991932.

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

Color convert

RGB 188 34 15 -
CMYK 0 0.82 0.92 0.26
HSL 6.59º 0.85% 0.4% -
HSV(B) 6.59º 0.92% 0.74% -
XYZ 21.4 11.87 1.62 -
YUV 77.88 92.52 206.54 -
System Red Green Blue C M Y K H S L
Decimal 188 34 15 0 0.82 0.92 0.26 6.59 0.85 0.4
Hex BC 22 F 0 52 5C 1A 7 55 28
Octal 274 42 17 0 122 134 32 7 125 50
Binary 10111100 100010 1111 0 1010010 1011100 11010 111 1010101 101000

Color Harmonies of #BC220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC220F

Black with #BC220F

Text Example


Text Example

White with #BC220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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