#BC7D4A

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

Shades of Brandy Punch #BC7D4A

Tints of Brandy Punch #BC7D4A

Color information

#BC7D4A (or 0xBC7D4A) is unknown color: approx Brandy Punch. HEX triplet: BC, 7D and 4A. RGB value is (188,125,74). Sum of RGB (Red+Green+Blue) = 188+125+74=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D4A is #4382B5. Grayscale: #8A8A8A. Windows color (decimal): -4424374 or 4881852. OLE color: 4881852.

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

Color convert

RGB18812574-
CMYK00.340.610.26
HSL26.84º45.97%51.37%-
HSV(B)26.84º60.64%73.73%-
XYZ29.3125.859.92-
YUV138.0291.87163.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=48.58%
G=32.30%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881257400.340.610.2626.8445.9751.37
HexBC7D4A0223D1A1b2e33
Octal2741751120427532335663
Binary101111001111101100101001000101111011101011011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7D4A; }

 p { color: rgb(188,125,74); }

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

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

 a { background-color: rgb(188,125,74); }

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

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

 span { border-color: rgb(188,125,74); }

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