Html Css Color HEX #BC2511 Harley Davidson Orange

📋 copy color: '#BC2511'

red 188 ◦ green 37 ◦ blue 17

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

Shades of Harley Davidson Orange #BC2511

Tints of Harley Davidson Orange #BC2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

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

R = 77.69%
G = 15.29%
B = 7.02%

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

#BC2511 (or 0xBC2511) is known color: Harley Davidson Orange. HEX triplet: BC, 25 and 11. RGB value is (188,37,17). Sum of RGB (Red+Green+Blue) = 188+37+17=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2511 is #43DAEE. Grayscale: #505050. Windows color (decimal): -4446959 or 1123772. OLE color: 1123772.

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

Color convert

RGB 188 37 17 -
CMYK 0 0.80 0.91 0.26
HSL 7.02º 0.83% 0.4% -
HSV(B) 7.02º 0.91% 0.74% -
XYZ 21.5 12.05 1.72 -
YUV 79.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 188 37 17 0 0.80 0.91 0.26 7.02 0.83 0.4
Hex BC 25 11 0 50 5B 1A 7 53 28
Octal 274 45 21 0 120 133 32 7 123 50
Binary 10111100 100101 10001 0 1010000 1011011 11010 111 1010011 101000

Color Harmonies of #BC2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2511

Black with #BC2511

Text Example


Text Example

White with #BC2511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2511; }

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

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

background-color css

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

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

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

border-color css

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

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

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