Html Css Color HEX #BC3715 Harley Davidson Orange

📋 copy color: '#BC3715'

red 188 ◦ green 55 ◦ blue 21

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

Shades of Harley Davidson Orange #BC3715

Tints of Harley Davidson Orange #BC3715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 71.21%
G = 20.83%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC3715 (or 0xBC3715) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 15. RGB value is (188,55,21). Sum of RGB (Red+Green+Blue) = 188+55+21=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3715 is #43C8EA. Grayscale: #5B5B5B. Windows color (decimal): -4442347 or 1390524. OLE color: 1390524.

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

Color convert

RGB 188 55 21 -
CMYK 0 0.71 0.89 0.26
HSL 12.22º 0.8% 0.41% -
HSV(B) 12.22º 0.89% 0.74% -
XYZ 22.24 13.48 2.14 -
YUV 90.89 88.56 197.26 -
System Red Green Blue C M Y K H S L
Decimal 188 55 21 0 0.71 0.89 0.26 12.22 0.8 0.41
Hex BC 37 15 0 47 59 1A C 50 29
Octal 274 67 25 0 107 131 32 14 120 51
Binary 10111100 110111 10101 0 1000111 1011001 11010 1100 1010000 101001

Color Harmonies of #BC3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3715

Black with #BC3715

Text Example


Text Example

White with #BC3715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3715; }

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

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

background-color css

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

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

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

border-color css

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

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

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