#BC783F

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

Shades of Brandy Punch #BC783F

Tints of Brandy Punch #BC783F

Color information

#BC783F (or 0xBC783F) is unknown color: approx Brandy Punch. HEX triplet: BC, 78 and 3F. RGB value is (188,120,63). Sum of RGB (Red+Green+Blue) = 188+120+63=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC783F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC783F is #4387C0. Grayscale: #868686. Windows color (decimal): -4425665 or 4159676. OLE color: 4159676.

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

Color convert

RGB18812063-
CMYK00.360.660.26
HSL27.36º49.8%49.22%-
HSV(B)27.36º66.49%73.73%-
XYZ28.3524.487.93-
YUV133.8388.03166.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 120 (47.27% from 255) = 32.35%
BLUE value IS 63 (25% from 255) = 16.98%
R=50.67%
G=32.35%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881206300.360.660.2627.3649.849.22
HexBC783F024421A1b3231
Octal2741707704410232336261
Binary101111001111000111111010010010000101101011011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC783F; }

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

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

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

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

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

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

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

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