Html Css Color HEX #BC2915 Harley Davidson Orange

📋 copy color: '#BC2915'

red 188 ◦ green 41 ◦ blue 21

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

Shades of Harley Davidson Orange #BC2915

Tints of Harley Davidson Orange #BC2915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 75.2%
G = 16.4%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC2915 (or 0xBC2915) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 15. RGB value is (188,41,21). Sum of RGB (Red+Green+Blue) = 188+41+21=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2915 is #43D6EA. Grayscale: #525252. Windows color (decimal): -4445931 or 1386940. OLE color: 1386940.

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

Color convert

RGB 188 41 21 -
CMYK 0 0.78 0.89 0.26
HSL 7.19º 0.8% 0.41% -
HSV(B) 7.19º 0.89% 0.74% -
XYZ 21.67 12.33 1.95 -
YUV 82.67 93.2 203.13 -
System Red Green Blue C M Y K H S L
Decimal 188 41 21 0 0.78 0.89 0.26 7.19 0.8 0.41
Hex BC 29 15 0 4E 59 1A 7 50 29
Octal 274 51 25 0 116 131 32 7 120 51
Binary 10111100 101001 10101 0 1001110 1011001 11010 111 1010000 101001

Color Harmonies of #BC2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2915

Black with #BC2915

Text Example


Text Example

White with #BC2915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2915; }

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

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

background-color css

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

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

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

border-color css

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

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

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