Html Css Color HEX #BC371D Harley Davidson Orange

📋 copy color: '#BC371D'

red 188 ◦ green 55 ◦ blue 29

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

Shades of Harley Davidson Orange #BC371D

Tints of Harley Davidson Orange #BC371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 69.12%
G = 20.22%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC371D (or 0xBC371D) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 1D. RGB value is (188,55,29). Sum of RGB (Red+Green+Blue) = 188+55+29=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC371D is #43C8E2. Grayscale: #5C5C5C. Windows color (decimal): -4442339 or 1914812. OLE color: 1914812.

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

Color convert

RGB 188 55 29 -
CMYK 0 0.71 0.85 0.26
HSL 9.81º 0.73% 0.43% -
HSV(B) 9.81º 0.85% 0.74% -
XYZ 22.33 13.51 2.59 -
YUV 91.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 188 55 29 0 0.71 0.85 0.26 9.81 0.73 0.43
Hex BC 37 1D 0 47 55 1A A 49 2B
Octal 274 67 35 0 107 125 32 12 111 53
Binary 10111100 110111 11101 0 1000111 1010101 11010 1010 1001001 101011

Color Harmonies of #BC371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC371D

Black with #BC371D

Text Example


Text Example

White with #BC371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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