#B6774A

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

Shades of Brandy Punch #B6774A

Tints of Brandy Punch #B6774A

Color information

#B6774A (or 0xB6774A) is unknown color: approx Brandy Punch. HEX triplet: B6, 77 and 4A. RGB value is (182,119,74). Sum of RGB (Red+Green+Blue) = 182+119+74=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6774A is #4988B5. Grayscale: #848484. Windows color (decimal): -4819126 or 4880310. OLE color: 4880310.

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

Color convert

RGB18211974-
CMYK00.350.590.29
HSL25º42.52%50.2%-
HSV(B)25º59.34%71.37%-
XYZ27.1223.639.61-
YUV132.7194.87163.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=48.53%
G=31.73%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821197400.350.590.292542.5250.2
HexB6774A0233B1D192b32
Octal2661671120437335315362
Binary101101101110111100101001000111110111110111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6774A; }

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

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

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

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

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

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

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

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