#B47D4A

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

Shades of Brandy Punch #B47D4A

Tints of Brandy Punch #B47D4A

Color information

#B47D4A (or 0xB47D4A) is unknown color: approx Brandy Punch. HEX triplet: B4, 7D and 4A. RGB value is (180,125,74). Sum of RGB (Red+Green+Blue) = 180+125+74=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47D4A is #4B82B5. Grayscale: #878787. Windows color (decimal): -4948662 or 4881844. OLE color: 4881844.

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

Color convert

RGB18012574-
CMYK00.310.590.29
HSL28.87º41.73%49.8%-
HSV(B)28.87º58.89%70.59%-
XYZ27.3924.869.83-
YUV135.6393.22159.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=47.49%
G=32.98%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801257400.310.590.2928.8741.7349.8
HexB47D4A01F3B1D1d2a32
Octal2641751120377335355262
Binary10110100111110110010100111111110111110111101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D4A; }

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

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

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

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

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

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

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

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