#B4794A

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

Shades of Brandy Punch #B4794A

Tints of Brandy Punch #B4794A

Color information

#B4794A (or 0xB4794A) is unknown color: approx Brandy Punch. HEX triplet: B4, 79 and 4A. RGB value is (180,121,74). Sum of RGB (Red+Green+Blue) = 180+121+74=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4794A is #4B86B5. Grayscale: #858585. Windows color (decimal): -4949686 or 4880820. OLE color: 4880820.

HSL color Cylindrical-coordinate representation of color #B4794A: hue angle of 26.6º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4794A is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18012174-
CMYK00.330.590.29
HSL26.6º41.73%49.8%-
HSV(B)26.6º58.89%70.59%-
XYZ26.923.879.67-
YUV133.2894.55161.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=48%
G=32.27%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801217400.330.590.2926.641.7349.8
HexB4794A0213B1D1b2a32
Octal2641711120417335335262
Binary101101001111001100101001000011110111110111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4794A; }

 p { color: rgb(180,121,74); }

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

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

 a { background-color: rgb(180,121,74); }

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

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

 span { border-color: rgb(180,121,74); }

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