Html Css Color HEX #BC371A Harley Davidson Orange

📋 copy color: '#BC371A'

red 188 ◦ green 55 ◦ blue 26

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

Shades of Harley Davidson Orange #BC371A

Tints of Harley Davidson Orange #BC371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 69.89%
G = 20.45%
B = 9.67%

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

#BC371A (or 0xBC371A) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 1A. RGB value is (188,55,26). Sum of RGB (Red+Green+Blue) = 188+55+26=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC371A is #43C8E5. Grayscale: #5B5B5B. Windows color (decimal): -4442342 or 1718204. OLE color: 1718204.

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

Color convert

RGB 188 55 26 -
CMYK 0 0.71 0.86 0.26
HSL 10.74º 0.76% 0.42% -
HSV(B) 10.74º 0.86% 0.74% -
XYZ 22.29 13.5 2.41 -
YUV 91.46 91.06 196.86 -
System Red Green Blue C M Y K H S L
Decimal 188 55 26 0 0.71 0.86 0.26 10.74 0.76 0.42
Hex BC 37 1A 0 47 56 1A B 4C 2A
Octal 274 67 32 0 107 126 32 13 114 52
Binary 10111100 110111 11010 0 1000111 1010110 11010 1011 1001100 101010

Color Harmonies of #BC371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC371A

Black with #BC371A

Text Example


Text Example

White with #BC371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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