Html Css Color HEX #BC3712 Harley Davidson Orange

📋 copy color: '#BC3712'

red 188 ◦ green 55 ◦ blue 18

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

Shades of Harley Davidson Orange #BC3712

Tints of Harley Davidson Orange #BC3712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 72.03%
G = 21.07%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC3712 (or 0xBC3712) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 12. RGB value is (188,55,18). Sum of RGB (Red+Green+Blue) = 188+55+18=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3712 is #43C8ED. Grayscale: #5A5A5A. Windows color (decimal): -4442350 or 1193916. OLE color: 1193916.

HSL color Cylindrical-coordinate representation of color #BC3712: hue angle of 13.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC3712 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 55 18 -
CMYK 0 0.71 0.90 0.26
HSL 13.06º 0.83% 0.4% -
HSV(B) 13.06º 0.9% 0.74% -
XYZ 22.21 13.47 2 -
YUV 90.55 87.06 197.51 -
System Red Green Blue C M Y K H S L
Decimal 188 55 18 0 0.71 0.90 0.26 13.06 0.83 0.4
Hex BC 37 12 0 47 5A 1A D 53 28
Octal 274 67 22 0 107 132 32 15 123 50
Binary 10111100 110111 10010 0 1000111 1011010 11010 1101 1010011 101000

Color Harmonies of #BC3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3712

Black with #BC3712

Text Example


Text Example

White with #BC3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3712; }

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

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

background-color css

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

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

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

border-color css

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

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

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