Html Css Color HEX #BC2917 Harley Davidson Orange

📋 copy color: '#BC2917'

red 188 ◦ green 41 ◦ blue 23

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

Shades of Harley Davidson Orange #BC2917

Tints of Harley Davidson Orange #BC2917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.13%

R = 74.6%
G = 16.27%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC2917 (or 0xBC2917) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 17. RGB value is (188,41,23). Sum of RGB (Red+Green+Blue) = 188+41+23=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2917 is #43D6E8. Grayscale: #535353. Windows color (decimal): -4445929 or 1518012. OLE color: 1518012.

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

Color convert

RGB 188 41 23 -
CMYK 0 0.78 0.88 0.26
HSL 6.55º 0.78% 0.41% -
HSV(B) 6.55º 0.88% 0.74% -
XYZ 21.69 12.34 2.05 -
YUV 82.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 188 41 23 0 0.78 0.88 0.26 6.55 0.78 0.41
Hex BC 29 17 0 4E 58 1A 7 4E 29
Octal 274 51 27 0 116 130 32 7 116 51
Binary 10111100 101001 10111 0 1001110 1011000 11010 111 1001110 101001

Color Harmonies of #BC2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2917

Black with #BC2917

Text Example


Text Example

White with #BC2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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