#B6784D

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

Shades of Brandy Punch #B6784D

Tints of Brandy Punch #B6784D

Color information

#B6784D (or 0xB6784D) is unknown color: approx Brandy Punch. HEX triplet: B6, 78 and 4D. RGB value is (182,120,77). Sum of RGB (Red+Green+Blue) = 182+120+77=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6784D is #4987B2. Grayscale: #858585. Windows color (decimal): -4818867 or 5077174. OLE color: 5077174.

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

Color convert

RGB18212077-
CMYK00.340.580.29
HSL24.57º41.83%50.78%-
HSV(B)24.57º57.69%71.37%-
XYZ27.3523.9110.2-
YUV133.6496.04162.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 77 (30.47% from 255) = 20.32%
R=48.02%
G=31.66%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821207700.340.580.2924.5741.8350.78
HexB6784D0223A1D192a33
Octal2661701150427235315263
Binary101101101111000100110101000101110101110111001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6784D; }

 p { color: rgb(182,120,77); }

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

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

 a { background-color: rgb(182,120,77); }

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

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

 span { border-color: rgb(182,120,77); }

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