#BC7C56

Color #BC7C56 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #BC7C56

Tints of Brandy Punch #BC7C56

Color information

#BC7C56 (or 0xBC7C56) is unknown color: approx Brandy Punch. HEX triplet: BC, 7C and 56. RGB value is (188,124,86). Sum of RGB (Red+Green+Blue) = 188+124+86=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C56 is #4383A9. Grayscale: #8B8B8B. Windows color (decimal): -4424618 or 5668028. OLE color: 5668028.

HSL color Cylindrical-coordinate representation of color #BC7C56: hue angle of 22.35º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC7C56 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18812486-
CMYK00.340.540.26
HSL22.35º43.22%53.73%-
HSV(B)22.35º54.26%73.73%-
XYZ29.6325.7812.22-
YUV138.898.2163.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 86 (33.98% from 255) = 21.61%
R=47.24%
G=31.16%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881248600.340.540.2622.3543.2253.73
HexBC7C56022361A162b36
Octal2741741260426632265366
Binary101111001111100101011001000101101101101010110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C56; }

 p { color: rgb(188,124,86); }

 H1.HeaderClassName
 {
   color: #BC7C56;
 }
 .AnyTagClassName
 {
   color: #BC7C56;
 }
</style>
background-color css

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

 a { background-color: rgb(188,124,86); }

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

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

 span { border-color: rgb(188,124,86); }

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