#BC763F

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

Shades of Brandy Punch #BC763F

Tints of Brandy Punch #BC763F

Color information

#BC763F (or 0xBC763F) is unknown color: approx Brandy Punch. HEX triplet: BC, 76 and 3F. RGB value is (188,118,63). Sum of RGB (Red+Green+Blue) = 188+118+63=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC763F is #4389C0. Grayscale: #848484. Windows color (decimal): -4426177 or 4159164. OLE color: 4159164.

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

Color convert

RGB18811863-
CMYK00.370.660.26
HSL26.4º49.8%49.22%-
HSV(B)26.4º66.49%73.73%-
XYZ28.1124.017.85-
YUV132.6688.69167.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 63 (25% from 255) = 17.07%
R=50.95%
G=31.98%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881186300.370.660.2626.449.849.22
HexBC763F025421A1a3231
Octal2741667704510232326261
Binary101111001110110111111010010110000101101011010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC763F; }

 p { color: rgb(188,118,63); }

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

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

 a { background-color: rgb(188,118,63); }

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

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

 span { border-color: rgb(188,118,63); }

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