Html Css Color HEX #BC391F Harley Davidson Orange

📋 copy color: '#BC391F'

red 188 ◦ green 57 ◦ blue 31

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

Shades of Harley Davidson Orange #BC391F

Tints of Harley Davidson Orange #BC391F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 68.12%
G = 20.65%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC391F (or 0xBC391F) is known color: Harley Davidson Orange. HEX triplet: BC, 39 and 1F. RGB value is (188,57,31). Sum of RGB (Red+Green+Blue) = 188+57+31=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC391F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC391F is #43C6E0. Grayscale: #5D5D5D. Windows color (decimal): -4441825 or 2046396. OLE color: 2046396.

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

Color convert

RGB 188 57 31 -
CMYK 0 0.70 0.84 0.26
HSL 9.94º 0.72% 0.43% -
HSV(B) 9.94º 0.84% 0.74% -
XYZ 22.45 13.72 2.76 -
YUV 93.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 188 57 31 0 0.70 0.84 0.26 9.94 0.72 0.43
Hex BC 39 1F 0 46 54 1A A 48 2B
Octal 274 71 37 0 106 124 32 12 110 53
Binary 10111100 111001 11111 0 1000110 1010100 11010 1010 1001000 101011

Color Harmonies of #BC391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC391F

Black with #BC391F

Text Example


Text Example

White with #BC391F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC391F; }

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

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

background-color css

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

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

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

border-color css

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

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

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