#bc7f40

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

Shades of Brandy Punch #BC7F40

Tints of Brandy Punch #BC7F40

Color information

#BC7F40 (or 0xBC7F40) is unknown color: approx Brandy Punch. HEX triplet: BC, 7F and 40. RGB value is (188,127,64). Sum of RGB (Red+Green+Blue) = 188+127+64=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F40 is #4380BF. Grayscale: #8A8A8A. Windows color (decimal): -4423872 or 4227004. OLE color: 4227004.

HSL color Cylindrical-coordinate representation of color #BC7F40: hue angle of 30.48º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC7F40 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18812764-
CMYK00.320.660.26
HSL30.48º49.21%49.41%-
HSV(B)30.48º65.96%73.73%-
XYZ29.2526.248.37-
YUV138.0686.21163.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 64 (25.39% from 255) = 16.89%
R=49.60%
G=33.51%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881276400.320.660.2630.4849.2149.41
HexBC7F40020421A1e3131
Octal27417710004010232366161
Binary1011110011111111000000010000010000101101011110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7f40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7f40; }

 p { color: rgb(188,127,64); }

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

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

 a { background-color: rgb(188,127,64); }

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

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

 span { border-color: rgb(188,127,64); }

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