#B6774C

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

Shades of Brandy Punch #B6774C

Tints of Brandy Punch #B6774C

Color information

#B6774C (or 0xB6774C) is unknown color: approx Brandy Punch. HEX triplet: B6, 77 and 4C. RGB value is (182,119,76). Sum of RGB (Red+Green+Blue) = 182+119+76=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6774C is #4988B3. Grayscale: #858585. Windows color (decimal): -4819124 or 5011382. OLE color: 5011382.

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

Color convert

RGB18211976-
CMYK00.350.580.29
HSL24.34º42.06%50.59%-
HSV(B)24.34º58.24%71.37%-
XYZ27.1923.669.97-
YUV132.9395.87163-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=48.28%
G=31.56%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821197600.350.580.2924.3442.0650.59
HexB6774C0233A1D182a33
Octal2661671140437235305263
Binary101101101110111100110001000111110101110111000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6774C; }

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

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

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

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

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

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

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

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