#BC7446

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

Shades of Brandy Punch #BC7446

Tints of Brandy Punch #BC7446

Color information

#BC7446 (or 0xBC7446) is unknown color: approx Brandy Punch. HEX triplet: BC, 74 and 46. RGB value is (188,116,70). Sum of RGB (Red+Green+Blue) = 188+116+70=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7446 is #438BB9. Grayscale: #848484. Windows color (decimal): -4426682 or 4617404. OLE color: 4617404.

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

Color convert

RGB18811670-
CMYK00.380.630.26
HSL23.39º46.83%50.59%-
HSV(B)23.39º62.77%73.73%-
XYZ28.0923.628.87-
YUV132.2892.85167.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.27%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 70 (27.73% from 255) = 18.72%
R=50.27%
G=31.02%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881167000.380.630.2623.3946.8350.59
HexBC74460263F1A172f33
Octal2741641060467732275763
Binary101111001110100100011001001101111111101010111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7446; }

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

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

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

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

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

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

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

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