#BC7C3D

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

Shades of Brandy Punch #BC7C3D

Tints of Brandy Punch #BC7C3D

Color information

#BC7C3D (or 0xBC7C3D) is unknown color: approx Brandy Punch. HEX triplet: BC, 7C and 3D. RGB value is (188,124,61). Sum of RGB (Red+Green+Blue) = 188+124+61=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C3D is #4383C2. Grayscale: #888888. Windows color (decimal): -4424643 or 4029628. OLE color: 4029628.

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

Color convert

RGB18812461-
CMYK00.340.680.26
HSL29.76º51%48.82%-
HSV(B)29.76º67.55%73.73%-
XYZ28.7925.447.81-
YUV135.9585.7165.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.40%
GREEN value IS 124 (48.83% from 255) = 33.24%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=50.40%
G=33.24%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881246100.340.680.2629.765148.82
HexBC7C3D022441A1e3331
Octal2741747504210432366361
Binary101111001111100111101010001010001001101011110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C3D; }

 p { color: rgb(188,124,61); }

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

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

 a { background-color: rgb(188,124,61); }

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

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

 span { border-color: rgb(188,124,61); }

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