#B67C4C

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

Shades of Brandy Punch #B67C4C

Tints of Brandy Punch #B67C4C

Color information

#B67C4C (or 0xB67C4C) is unknown color: approx Brandy Punch. HEX triplet: B6, 7C and 4C. RGB value is (182,124,76). Sum of RGB (Red+Green+Blue) = 182+124+76=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C4C is #4983B3. Grayscale: #888888. Windows color (decimal): -4817844 or 5012662. OLE color: 5012662.

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

Color convert

RGB18212476-
CMYK00.320.580.29
HSL27.17º42.06%50.59%-
HSV(B)27.17º58.24%71.37%-
XYZ27.824.8810.17-
YUV135.8794.22160.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.64%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=47.64%
G=32.46%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821247600.320.580.2927.1742.0650.59
HexB67C4C0203A1D1b2a33
Octal2661741140407235335263
Binary101101101111100100110001000001110101110111011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C4C; }

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

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

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

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

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

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

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

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