#BC7646

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

Shades of Brandy Punch #BC7646

Tints of Brandy Punch #BC7646

Color information

#BC7646 (or 0xBC7646) is unknown color: approx Brandy Punch. HEX triplet: BC, 76 and 46. RGB value is (188,118,70). Sum of RGB (Red+Green+Blue) = 188+118+70=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7646 is #4389B9. Grayscale: #858585. Windows color (decimal): -4426170 or 4617916. OLE color: 4617916.

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

Color convert

RGB18811870-
CMYK00.370.630.26
HSL24.41º46.83%50.59%-
HSV(B)24.41º62.77%73.73%-
XYZ28.3224.098.95-
YUV133.4692.19166.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 70 (27.73% from 255) = 18.62%
R=50%
G=31.38%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881187000.370.630.2624.4146.8350.59
HexBC76460253F1A182f33
Octal2741661060457732305763
Binary101111001110110100011001001011111111101011000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7646; }

 p { color: rgb(188,118,70); }

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

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

 a { background-color: rgb(188,118,70); }

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

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

 span { border-color: rgb(188,118,70); }

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