#B47D3C

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

Shades of Brandy Punch #B47D3C

Tints of Brandy Punch #B47D3C

Color information

#B47D3C (or 0xB47D3C) is unknown color: approx Brandy Punch. HEX triplet: B4, 7D and 3C. RGB value is (180,125,60). Sum of RGB (Red+Green+Blue) = 180+125+60=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47D3C is #4B82C3. Grayscale: #868686. Windows color (decimal): -4948676 or 3964340. OLE color: 3964340.

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

Color convert

RGB18012560-
CMYK00.310.670.29
HSL32.5º50%47.06%-
HSV(B)32.5º66.67%70.59%-
XYZ26.9724.77.62-
YUV134.0486.22160.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 125 (49.22% from 255) = 34.25%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=49.32%
G=34.25%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801256000.310.670.2932.55047.06
HexB47D3C01F431D20322f
Octal2641757403710335406257
Binary101101001111101111100011111100001111101100000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D3C; }

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

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

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

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

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

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

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

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