#BC763C

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

Shades of Brandy Punch #BC763C

Tints of Brandy Punch #BC763C

Color information

#BC763C (or 0xBC763C) is unknown color: approx Brandy Punch. HEX triplet: BC, 76 and 3C. RGB value is (188,118,60). Sum of RGB (Red+Green+Blue) = 188+118+60=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC763C is #4389C3. Grayscale: #848484. Windows color (decimal): -4426180 or 3962556. OLE color: 3962556.

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

Color convert

RGB18811860-
CMYK00.370.680.26
HSL27.19º51.61%48.63%-
HSV(B)27.19º68.09%73.73%-
XYZ28.0323.977.42-
YUV132.3287.19167.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.37%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=51.37%
G=32.24%
B=16.39%

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
Decimal1881186000.370.680.2627.1951.6148.63
HexBC763C025441A1b3431
Octal2741667404510432336461
Binary101111001110110111100010010110001001101011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC763C; }

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

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

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

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

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

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

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

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