#BC7647

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

Shades of Brandy Punch #BC7647

Tints of Brandy Punch #BC7647

Color information

#BC7647 (or 0xBC7647) is unknown color: approx Brandy Punch. HEX triplet: BC, 76 and 47. RGB value is (188,118,71). Sum of RGB (Red+Green+Blue) = 188+118+71=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7647 is #4389B8. Grayscale: #858585. Windows color (decimal): -4426169 or 4683452. OLE color: 4683452.

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

Color convert

RGB18811871-
CMYK00.370.620.26
HSL24.1º46.61%50.78%-
HSV(B)24.1º62.23%73.73%-
XYZ28.3524.19.12-
YUV133.5792.69166.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 71 (28.12% from 255) = 18.83%
R=49.87%
G=31.30%
B=18.83%

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
Decimal1881187100.370.620.2624.146.6150.78
HexBC76470253E1A182f33
Octal2741661070457632305763
Binary101111001110110100011101001011111101101011000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7647; }

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

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

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

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

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

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

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

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