Html Css Color HEX #BC3622 Harley Davidson Orange

📋 copy color: '#BC3622'

red 188 ◦ green 54 ◦ blue 34

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

Shades of Harley Davidson Orange #BC3622

Tints of Harley Davidson Orange #BC3622

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 68.12%
G = 19.57%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC3622 (or 0xBC3622) is known color: Harley Davidson Orange. HEX triplet: BC, 36 and 22. RGB value is (188,54,34). Sum of RGB (Red+Green+Blue) = 188+54+34=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3622 is #43C9DD. Grayscale: #5B5B5B. Windows color (decimal): -4442590 or 2242236. OLE color: 2242236.

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

Color convert

RGB 188 54 34 -
CMYK 0 0.71 0.82 0.26
HSL 7.79º 0.69% 0.44% -
HSV(B) 7.79º 0.82% 0.74% -
XYZ 22.35 13.45 2.93 -
YUV 91.79 95.39 196.63 -
System Red Green Blue C M Y K H S L
Decimal 188 54 34 0 0.71 0.82 0.26 7.79 0.69 0.44
Hex BC 36 22 0 47 52 1A 8 45 2C
Octal 274 66 42 0 107 122 32 10 105 54
Binary 10111100 110110 100010 0 1000111 1010010 11010 1000 1000101 101100

Color Harmonies of #BC3622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3622

Black with #BC3622

Text Example


Text Example

White with #BC3622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3622; }

 p { color: rgb(188,54,34); }

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

background-color css

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

 a { background-color: rgb(188,54,34); }

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

border-color css

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

 span { border-color: rgb(188,54,34); }

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