Html Css Color HEX #BC2911 Harley Davidson Orange

📋 copy color: '#BC2911'

red 188 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #BC2911

Tints of Harley Davidson Orange #BC2911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.67%

 BLUE value IS 17 (7.03% from 255) = 6.91%

R = 76.42%
G = 16.67%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC2911 (or 0xBC2911) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 11. RGB value is (188,41,17). Sum of RGB (Red+Green+Blue) = 188+41+17=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2911 is #43D6EE. Grayscale: #525252. Windows color (decimal): -4445935 or 1124796. OLE color: 1124796.

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

Color convert

RGB 188 41 17 -
CMYK 0 0.78 0.91 0.26
HSL 8.42º 0.83% 0.4% -
HSV(B) 8.42º 0.91% 0.74% -
XYZ 21.63 12.32 1.77 -
YUV 82.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 188 41 17 0 0.78 0.91 0.26 8.42 0.83 0.4
Hex BC 29 11 0 4E 5B 1A 8 53 28
Octal 274 51 21 0 116 133 32 10 123 50
Binary 10111100 101001 10001 0 1001110 1011011 11010 1000 1010011 101000

Color Harmonies of #BC2911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2911

Black with #BC2911

Text Example


Text Example

White with #BC2911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2911; }

 p { color: rgb(188,41,17); }

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

background-color css

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

 a { background-color: rgb(188,41,17); }

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

border-color css

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

 span { border-color: rgb(188,41,17); }

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