#B47C4D

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

Shades of Brandy Punch #B47C4D

Tints of Brandy Punch #B47C4D

Color information

#B47C4D (or 0xB47C4D) is unknown color: approx Brandy Punch. HEX triplet: B4, 7C and 4D. RGB value is (180,124,77). Sum of RGB (Red+Green+Blue) = 180+124+77=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C4D is #4B83B2. Grayscale: #878787. Windows color (decimal): -4948915 or 5078196. OLE color: 5078196.

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

Color convert

RGB18012477-
CMYK00.310.570.29
HSL27.38º40.71%50.39%-
HSV(B)27.38º57.22%70.59%-
XYZ27.3724.6510.34-
YUV135.3995.05159.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=47.24%
G=32.55%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801247700.310.570.2927.3840.7150.39
HexB47C4D01F391D1b2932
Octal2641741150377135335162
Binary10110100111110010011010111111110011110111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C4D; }

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

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

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

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

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

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

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

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