#B2794C

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

Shades of Brandy Punch #B2794C

Tints of Brandy Punch #B2794C

Color information

#B2794C (or 0xB2794C) is unknown color: approx Brandy Punch. HEX triplet: B2, 79 and 4C. RGB value is (178,121,76). Sum of RGB (Red+Green+Blue) = 178+121+76=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2794C is #4D86B3. Grayscale: #858585. Windows color (decimal): -5080756 or 5011890. OLE color: 5011890.

HSL color Cylindrical-coordinate representation of color #B2794C: hue angle of 26.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2794C is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB17812176-
CMYK00.320.570.30
HSL26.47º40.16%49.8%-
HSV(B)26.47º57.3%69.8%-
XYZ26.523.6610.01-
YUV132.9195.88160.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 76 (30.08% from 255) = 20.27%
R=47.47%
G=32.27%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781217600.320.570.3026.4740.1649.8
HexB2794C020391E1a2832
Octal2621711140407136325062
Binary101100101111001100110001000001110011111011010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2794C; }

 p { color: rgb(178,121,76); }

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

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

 a { background-color: rgb(178,121,76); }

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

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

 span { border-color: rgb(178,121,76); }

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