Html Css Color HEX #BC3722 Harley Davidson Orange

📋 copy color: '#BC3722'

red 188 ◦ green 55 ◦ blue 34

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

Shades of Harley Davidson Orange #BC3722

Tints of Harley Davidson Orange #BC3722

RGB

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

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

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

R = 67.87%
G = 19.86%
B = 12.27%

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

#BC3722 (or 0xBC3722) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 22. RGB value is (188,55,34). Sum of RGB (Red+Green+Blue) = 188+55+34=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3722 is #43C8DD. Grayscale: #5C5C5C. Windows color (decimal): -4442334 or 2242492. OLE color: 2242492.

HSL color Cylindrical-coordinate representation of color #BC3722: hue angle of 8.18º 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 #BC3722 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 55 34 -
CMYK 0 0.71 0.82 0.26
HSL 8.18º 0.69% 0.44% -
HSV(B) 8.18º 0.82% 0.74% -
XYZ 22.39 13.54 2.95 -
YUV 92.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 188 55 34 0 0.71 0.82 0.26 8.18 0.69 0.44
Hex BC 37 22 0 47 52 1A 8 45 2C
Octal 274 67 42 0 107 122 32 10 105 54
Binary 10111100 110111 100010 0 1000111 1010010 11010 1000 1000101 101100

Color Harmonies of #BC3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3722

Black with #BC3722

Text Example


Text Example

White with #BC3722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3722; }

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

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

background-color css

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

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

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

border-color css

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

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

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