Html Css Color HEX #BC391C Harley Davidson Orange

📋 copy color: '#BC391C'

red 188 ◦ green 57 ◦ blue 28

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

Shades of Harley Davidson Orange #BC391C

Tints of Harley Davidson Orange #BC391C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.88%

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 68.86%
G = 20.88%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC391C (or 0xBC391C) is known color: Harley Davidson Orange. HEX triplet: BC, 39 and 1C. RGB value is (188,57,28). Sum of RGB (Red+Green+Blue) = 188+57+28=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC391C is #43C6E3. Grayscale: #5D5D5D. Windows color (decimal): -4441828 or 1849788. OLE color: 1849788.

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

Color convert

RGB 188 57 28 -
CMYK 0 0.70 0.85 0.26
HSL 10.88º 0.74% 0.42% -
HSV(B) 10.88º 0.85% 0.74% -
XYZ 22.41 13.7 2.56 -
YUV 92.86 91.4 195.86 -
System Red Green Blue C M Y K H S L
Decimal 188 57 28 0 0.70 0.85 0.26 10.88 0.74 0.42
Hex BC 39 1C 0 46 55 1A B 4A 2A
Octal 274 71 34 0 106 125 32 13 112 52
Binary 10111100 111001 11100 0 1000110 1010101 11010 1011 1001010 101010

Color Harmonies of #BC391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC391C

Black with #BC391C

Text Example


Text Example

White with #BC391C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC391C; }

 p { color: rgb(188,57,28); }

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

background-color css

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

 a { background-color: rgb(188,57,28); }

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

border-color css

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

 span { border-color: rgb(188,57,28); }

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