Html Css Color HEX #BC371F Harley Davidson Orange

📋 copy color: '#BC371F'

red 188 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #BC371F

Tints of Harley Davidson Orange #BC371F

RGB

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

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

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

R = 68.61%
G = 20.07%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC371F (or 0xBC371F) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 1F. RGB value is (188,55,31). Sum of RGB (Red+Green+Blue) = 188+55+31=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC371F is #43C8E0. Grayscale: #5C5C5C. Windows color (decimal): -4442337 or 2045884. OLE color: 2045884.

HSL color Cylindrical-coordinate representation of color #BC371F: hue angle of 9.17º 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 #BC371F is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 55 31 -
CMYK 0 0.71 0.84 0.26
HSL 9.17º 0.72% 0.43% -
HSV(B) 9.17º 0.84% 0.74% -
XYZ 22.35 13.52 2.73 -
YUV 92.03 93.56 196.45 -
System Red Green Blue C M Y K H S L
Decimal 188 55 31 0 0.71 0.84 0.26 9.17 0.72 0.43
Hex BC 37 1F 0 47 54 1A 9 48 2B
Octal 274 67 37 0 107 124 32 11 110 53
Binary 10111100 110111 11111 0 1000111 1010100 11010 1001 1001000 101011

Color Harmonies of #BC371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC371F

Black with #BC371F

Text Example


Text Example

White with #BC371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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