#BC7E4F

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

Shades of Brandy Punch #BC7E4F

Tints of Brandy Punch #BC7E4F

Color information

#BC7E4F (or 0xBC7E4F) is unknown color: approx Brandy Punch. HEX triplet: BC, 7E and 4F. RGB value is (188,126,79). Sum of RGB (Red+Green+Blue) = 188+126+79=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E4F is #4381B0. Grayscale: #8B8B8B. Windows color (decimal): -4424113 or 5209788. OLE color: 5209788.

HSL color Cylindrical-coordinate representation of color #BC7E4F: hue angle of 25.87º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC7E4F is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18812679-
CMYK00.330.580.26
HSL25.87º44.86%52.35%-
HSV(B)25.87º57.98%73.73%-
XYZ29.6126.1810.89-
YUV139.1894.04162.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 79 (31.25% from 255) = 20.10%
R=47.84%
G=32.06%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881267900.330.580.2625.8744.8652.35
HexBC7E4F0213A1A1a2d34
Octal2741761170417232325564
Binary101111001111110100111101000011110101101011010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E4F; }

 p { color: rgb(188,126,79); }

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

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

 a { background-color: rgb(188,126,79); }

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

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

 span { border-color: rgb(188,126,79); }

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