Html Css Color HEX #BC3716 Harley Davidson Orange

📋 copy color: '#BC3716'

red 188 ◦ green 55 ◦ blue 22

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

Shades of Harley Davidson Orange #BC3716

Tints of Harley Davidson Orange #BC3716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.3%

R = 70.94%
G = 20.75%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC3716 (or 0xBC3716) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 16. RGB value is (188,55,22). Sum of RGB (Red+Green+Blue) = 188+55+22=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3716 is #43C8E9. Grayscale: #5B5B5B. Windows color (decimal): -4442346 or 1456060. OLE color: 1456060.

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

Color convert

RGB 188 55 22 -
CMYK 0 0.71 0.88 0.26
HSL 11.93º 0.79% 0.41% -
HSV(B) 11.93º 0.88% 0.74% -
XYZ 22.25 13.48 2.19 -
YUV 91.01 89.06 197.18 -
System Red Green Blue C M Y K H S L
Decimal 188 55 22 0 0.71 0.88 0.26 11.93 0.79 0.41
Hex BC 37 16 0 47 58 1A C 4F 29
Octal 274 67 26 0 107 130 32 14 117 51
Binary 10111100 110111 10110 0 1000111 1011000 11010 1100 1001111 101001

Color Harmonies of #BC3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3716

Black with #BC3716

Text Example


Text Example

White with #BC3716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3716; }

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

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

background-color css

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

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

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

border-color css

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

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

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