#B67D4C

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

Shades of Brandy Punch #B67D4C

Tints of Brandy Punch #B67D4C

Color information

#B67D4C (or 0xB67D4C) is unknown color: approx Brandy Punch. HEX triplet: B6, 7D and 4C. RGB value is (182,125,76). Sum of RGB (Red+Green+Blue) = 182+125+76=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67D4C is #4982B3. Grayscale: #888888. Windows color (decimal): -4817588 or 5012918. OLE color: 5012918.

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

Color convert

RGB18212576-
CMYK00.310.580.29
HSL27.74º42.06%50.59%-
HSV(B)27.74º58.24%71.37%-
XYZ27.9325.1310.22-
YUV136.4693.88160.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 76 (30.08% from 255) = 19.84%
R=47.52%
G=32.64%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821257600.310.580.2927.7442.0650.59
HexB67D4C01F3A1D1c2a33
Octal2661751140377235345263
Binary10110110111110110011000111111110101110111100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D4C; }

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

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

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

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

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

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

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

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