#B6773C

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

Shades of Brandy Punch #B6773C

Tints of Brandy Punch #B6773C

Color information

#B6773C (or 0xB6773C) is unknown color: approx Brandy Punch. HEX triplet: B6, 77 and 3C. RGB value is (182,119,60). Sum of RGB (Red+Green+Blue) = 182+119+60=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6773C is #4988C3. Grayscale: #838383. Windows color (decimal): -4819140 or 3962806. OLE color: 3962806.

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

Color convert

RGB18211960-
CMYK00.350.670.29
HSL29.02º50.41%47.45%-
HSV(B)29.02º67.03%71.37%-
XYZ26.723.467.4-
YUV131.1187.87164.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.42%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 60 (23.83% from 255) = 16.62%
R=50.42%
G=32.96%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821196000.350.670.2929.0250.4147.45
HexB6773C023431D1d322f
Octal2661677404310335356257
Binary101101101110111111100010001110000111110111101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6773C; }

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

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

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

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

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

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

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

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