#B47D3D

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

Shades of Brandy Punch #B47D3D

Tints of Brandy Punch #B47D3D

Color information

#B47D3D (or 0xB47D3D) is unknown color: approx Brandy Punch. HEX triplet: B4, 7D and 3D. RGB value is (180,125,61). Sum of RGB (Red+Green+Blue) = 180+125+61=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47D3D is #4B82C2. Grayscale: #868686. Windows color (decimal): -4948675 or 4029876. OLE color: 4029876.

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

Color convert

RGB18012561-
CMYK00.310.660.29
HSL32.27º49.38%47.25%-
HSV(B)32.27º66.11%70.59%-
XYZ2724.717.76-
YUV134.1586.72160.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 125 (49.22% from 255) = 34.15%
BLUE value IS 61 (24.22% from 255) = 16.67%
R=49.18%
G=34.15%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801256100.310.660.2932.2749.3847.25
HexB47D3D01F421D20312f
Octal2641757503710235406157
Binary101101001111101111101011111100001011101100000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D3D; }

 p { color: rgb(180,125,61); }

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

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

 a { background-color: rgb(180,125,61); }

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

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

 span { border-color: rgb(180,125,61); }

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