#BC7546

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

Shades of Brandy Punch #BC7546

Tints of Brandy Punch #BC7546

Color information

#BC7546 (or 0xBC7546) is unknown color: approx Brandy Punch. HEX triplet: BC, 75 and 46. RGB value is (188,117,70). Sum of RGB (Red+Green+Blue) = 188+117+70=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7546 is #438AB9. Grayscale: #858585. Windows color (decimal): -4426426 or 4617660. OLE color: 4617660.

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

Color convert

RGB18811770-
CMYK00.380.630.26
HSL23.9º46.83%50.59%-
HSV(B)23.9º62.77%73.73%-
XYZ28.2123.868.91-
YUV132.8792.52167.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=50.13%
G=31.2%
B=18.67%

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
Decimal1881177000.380.630.2623.946.8350.59
HexBC75460263F1A182f33
Octal2741651060467732305763
Binary101111001110101100011001001101111111101011000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7546; }

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

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

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

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

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

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

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

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