Html Css Color HEX #BC371B Harley Davidson Orange

📋 copy color: '#BC371B'

red 188 ◦ green 55 ◦ blue 27

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

Shades of Harley Davidson Orange #BC371B

Tints of Harley Davidson Orange #BC371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

 BLUE value IS 27 (10.94% from 255) = 10%

R = 69.63%
G = 20.37%
B = 10%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC371B (or 0xBC371B) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 1B. RGB value is (188,55,27). Sum of RGB (Red+Green+Blue) = 188+55+27=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC371B is #43C8E4. Grayscale: #5B5B5B. Windows color (decimal): -4442341 or 1783740. OLE color: 1783740.

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

Color convert

RGB 188 55 27 -
CMYK 0 0.71 0.86 0.26
HSL 10.43º 0.75% 0.42% -
HSV(B) 10.43º 0.86% 0.74% -
XYZ 22.3 13.5 2.47 -
YUV 91.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 188 55 27 0 0.71 0.86 0.26 10.43 0.75 0.42
Hex BC 37 1B 0 47 56 1A A 4B 2A
Octal 274 67 33 0 107 126 32 12 113 52
Binary 10111100 110111 11011 0 1000111 1010110 11010 1010 1001011 101010

Color Harmonies of #BC371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC371B

Black with #BC371B

Text Example


Text Example

White with #BC371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC371B; }

 p { color: rgb(188,55,27); }

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

background-color css

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

 a { background-color: rgb(188,55,27); }

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

border-color css

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

 span { border-color: rgb(188,55,27); }

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