#BC773D

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

Shades of Brandy Punch #BC773D

Tints of Brandy Punch #BC773D

Color information

#BC773D (or 0xBC773D) is unknown color: approx Brandy Punch. HEX triplet: BC, 77 and 3D. RGB value is (188,119,61). Sum of RGB (Red+Green+Blue) = 188+119+61=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC773D is #4388C2. Grayscale: #858585. Windows color (decimal): -4425923 or 4028348. OLE color: 4028348.

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

Color convert

RGB18811961-
CMYK00.370.680.26
HSL27.4º51%48.82%-
HSV(B)27.4º67.55%73.73%-
XYZ28.1824.227.61-
YUV133.0287.36167.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=51.09%
G=32.34%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881196100.370.680.2627.45148.82
HexBC773D025441A1b3331
Octal2741677504510432336361
Binary101111001110111111101010010110001001101011011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC773D; }

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

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

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

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

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

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

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

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