Html Css Color HEX #BC290C Harley Davidson Orange

📋 copy color: '#BC290C'

red 188 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #BC290C

Tints of Harley Davidson Orange #BC290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.98%

R = 78.01%
G = 17.01%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC290C (or 0xBC290C) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 0C. RGB value is (188,41,12). Sum of RGB (Red+Green+Blue) = 188+41+12=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC290C is #43D6F3. Grayscale: #515151. Windows color (decimal): -4445940 or 797116. OLE color: 797116.

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

Color convert

RGB 188 41 12 -
CMYK 0 0.78 0.94 0.26
HSL 9.89º 0.88% 0.39% -
HSV(B) 9.89º 0.94% 0.74% -
XYZ 21.6 12.3 1.58 -
YUV 81.65 88.7 203.86 -
System Red Green Blue C M Y K H S L
Decimal 188 41 12 0 0.78 0.94 0.26 9.89 0.88 0.39
Hex BC 29 C 0 4E 5E 1A A 58 27
Octal 274 51 14 0 116 136 32 12 130 47
Binary 10111100 101001 1100 0 1001110 1011110 11010 1010 1011000 100111

Color Harmonies of #BC290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC290C

Black with #BC290C

Text Example


Text Example

White with #BC290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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