#BC803C

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

Shades of Brandy Punch #BC803C

Tints of Brandy Punch #BC803C

Color information

#BC803C (or 0xBC803C) is unknown color: approx Brandy Punch. HEX triplet: BC, 80 and 3C. RGB value is (188,128,60). Sum of RGB (Red+Green+Blue) = 188+128+60=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC803C is #437FC3. Grayscale: #8A8A8A. Windows color (decimal): -4423620 or 3965116. OLE color: 3965116.

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

Color convert

RGB18812860-
CMYK00.320.680.26
HSL31.88º51.61%48.63%-
HSV(B)31.88º68.09%73.73%-
XYZ29.2726.467.84-
YUV138.1983.88163.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 60 (23.83% from 255) = 15.96%
R=50%
G=34.04%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881286000.320.680.2631.8851.6148.63
HexBC803C020441A203431
Octal2742007404010432406461
Binary10111100100000001111000100000100010011010100000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC803C; }

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

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

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

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

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

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

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

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