#BC7747

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

Shades of Brandy Punch #BC7747

Tints of Brandy Punch #BC7747

Color information

#BC7747 (or 0xBC7747) is unknown color: approx Brandy Punch. HEX triplet: BC, 77 and 47. RGB value is (188,119,71). Sum of RGB (Red+Green+Blue) = 188+119+71=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7747 is #4388B8. Grayscale: #868686. Windows color (decimal): -4425913 or 4683708. OLE color: 4683708.

HSL color Cylindrical-coordinate representation of color #BC7747: hue angle of 24.62º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC7747 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18811971-
CMYK00.370.620.26
HSL24.62º46.61%50.78%-
HSV(B)24.62º62.23%73.73%-
XYZ28.4724.349.16-
YUV134.1692.36166.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.74%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 71 (28.12% from 255) = 18.78%
R=49.74%
G=31.48%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881197100.370.620.2624.6246.6150.78
HexBC77470253E1A192f33
Octal2741671070457632315763
Binary101111001110111100011101001011111101101011001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7747; }

 p { color: rgb(188,119,71); }

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

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

 a { background-color: rgb(188,119,71); }

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

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

 span { border-color: rgb(188,119,71); }

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