#B67C4D

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

Shades of Brandy Punch #B67C4D

Tints of Brandy Punch #B67C4D

Color information

#B67C4D (or 0xB67C4D) is unknown color: approx Brandy Punch. HEX triplet: B6, 7C and 4D. RGB value is (182,124,77). Sum of RGB (Red+Green+Blue) = 182+124+77=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C4D is #4983B2. Grayscale: #888888. Windows color (decimal): -4817843 or 5078198. OLE color: 5078198.

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

Color convert

RGB18212477-
CMYK00.320.580.29
HSL26.86º41.83%50.78%-
HSV(B)26.86º57.69%71.37%-
XYZ27.8424.910.36-
YUV135.9894.72160.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 77 (30.47% from 255) = 20.10%
R=47.52%
G=32.38%
B=20.10%

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
Decimal1821247700.320.580.2926.8641.8350.78
HexB67C4D0203A1D1b2a33
Octal2661741150407235335263
Binary101101101111100100110101000001110101110111011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C4D; }

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

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

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

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

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

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

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

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