#B6794A

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

Shades of Brandy Punch #B6794A

Tints of Brandy Punch #B6794A

Color information

#B6794A (or 0xB6794A) is unknown color: approx Brandy Punch. HEX triplet: B6, 79 and 4A. RGB value is (182,121,74). Sum of RGB (Red+Green+Blue) = 182+121+74=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6794A is #4986B5. Grayscale: #868686. Windows color (decimal): -4818614 or 4880822. OLE color: 4880822.

HSL color Cylindrical-coordinate representation of color #B6794A: hue angle of 26.11º degrees, saturation: 0.43, 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 #B6794A is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18212174-
CMYK00.340.590.29
HSL26.11º42.52%50.2%-
HSV(B)26.11º59.34%71.37%-
XYZ27.3624.119.69-
YUV133.8894.21162.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=48.28%
G=32.10%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821217400.340.590.2926.1142.5250.2
HexB6794A0223B1D1a2b32
Octal2661711120427335325362
Binary101101101111001100101001000101110111110111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6794A; }

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

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

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

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

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

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

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

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