#BC794B

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

Shades of Brandy Punch #BC794B

Tints of Brandy Punch #BC794B

Color information

#BC794B (or 0xBC794B) is unknown color: approx Brandy Punch. HEX triplet: BC, 79 and 4B. RGB value is (188,121,75). Sum of RGB (Red+Green+Blue) = 188+121+75=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC794B is #4386B4. Grayscale: #888888. Windows color (decimal): -4425397 or 4946364. OLE color: 4946364.

HSL color Cylindrical-coordinate representation of color #BC794B: hue angle of 24.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC794B is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18812175-
CMYK00.360.600.26
HSL24.42º45.75%51.57%-
HSV(B)24.42º60.11%73.73%-
XYZ28.8524.879.94-
YUV135.7993.7165.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 75 (29.69% from 255) = 19.53%
R=48.96%
G=31.51%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881217500.360.600.2624.4245.7551.57
HexBC794B0243C1A182e34
Octal2741711130447432305664
Binary101111001111001100101101001001111001101011000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC794B; }

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

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

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

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

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

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

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

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