Html Css Color HEX #BC2611 Harley Davidson Orange

📋 copy color: '#BC2611'

red 188 ◦ green 38 ◦ blue 17

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

Shades of Harley Davidson Orange #BC2611

Tints of Harley Davidson Orange #BC2611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.64%

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

R = 77.37%
G = 15.64%
B = 7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC2611 (or 0xBC2611) is known color: Harley Davidson Orange. HEX triplet: BC, 26 and 11. RGB value is (188,38,17). Sum of RGB (Red+Green+Blue) = 188+38+17=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2611 is #43D9EE. Grayscale: #505050. Windows color (decimal): -4446703 or 1124028. OLE color: 1124028.

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

Color convert

RGB 188 38 17 -
CMYK 0 0.80 0.91 0.26
HSL 7.37º 0.83% 0.4% -
HSV(B) 7.37º 0.91% 0.74% -
XYZ 21.53 12.12 1.73 -
YUV 80.46 92.2 204.71 -
System Red Green Blue C M Y K H S L
Decimal 188 38 17 0 0.80 0.91 0.26 7.37 0.83 0.4
Hex BC 26 11 0 50 5B 1A 7 53 28
Octal 274 46 21 0 120 133 32 7 123 50
Binary 10111100 100110 10001 0 1010000 1011011 11010 111 1010011 101000

Color Harmonies of #BC2611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2611

Black with #BC2611

Text Example


Text Example

White with #BC2611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2611; }

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

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

background-color css

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

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

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

border-color css

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

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

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