#BC793F

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

Shades of Brandy Punch #BC793F

Tints of Brandy Punch #BC793F

Color information

#BC793F (or 0xBC793F) is unknown color: approx Brandy Punch. HEX triplet: BC, 79 and 3F. RGB value is (188,121,63). Sum of RGB (Red+Green+Blue) = 188+121+63=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC793F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC793F is #4386C0. Grayscale: #868686. Windows color (decimal): -4425409 or 4159932. OLE color: 4159932.

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

Color convert

RGB18812163-
CMYK00.360.660.26
HSL27.84º49.8%49.22%-
HSV(B)27.84º66.49%73.73%-
XYZ28.4724.727.97-
YUV134.4287.7166.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 63 (25% from 255) = 16.94%
R=50.54%
G=32.53%
B=16.94%

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
Decimal1881216300.360.660.2627.8449.849.22
HexBC793F024421A1c3231
Octal2741717704410232346261
Binary101111001111001111111010010010000101101011100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC793F; }

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

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

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

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

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

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

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

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