Html Css Color HEX #BC2916 Harley Davidson Orange

📋 copy color: '#BC2916'

red 188 ◦ green 41 ◦ blue 22

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

Shades of Harley Davidson Orange #BC2916

Tints of Harley Davidson Orange #BC2916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 74.9%
G = 16.33%
B = 8.76%

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

#BC2916 (or 0xBC2916) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 16. RGB value is (188,41,22). Sum of RGB (Red+Green+Blue) = 188+41+22=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2916 is #43D6E9. Grayscale: #535353. Windows color (decimal): -4445930 or 1452476. OLE color: 1452476.

HSL color Cylindrical-coordinate representation of color #BC2916: hue angle of 6.87º degrees, saturation: 0.79, 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 #BC2916 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 41 22 -
CMYK 0 0.78 0.88 0.26
HSL 6.87º 0.79% 0.41% -
HSV(B) 6.87º 0.88% 0.74% -
XYZ 21.68 12.34 2 -
YUV 82.79 93.7 203.04 -
System Red Green Blue C M Y K H S L
Decimal 188 41 22 0 0.78 0.88 0.26 6.87 0.79 0.41
Hex BC 29 16 0 4E 58 1A 7 4F 29
Octal 274 51 26 0 116 130 32 7 117 51
Binary 10111100 101001 10110 0 1001110 1011000 11010 111 1001111 101001

Color Harmonies of #BC2916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2916

Black with #BC2916

Text Example


Text Example

White with #BC2916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2916; }

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

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

background-color css

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

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

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

border-color css

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

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

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