#B47B4A

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

Shades of Brandy Punch #B47B4A

Tints of Brandy Punch #B47B4A

Color information

#B47B4A (or 0xB47B4A) is unknown color: approx Brandy Punch. HEX triplet: B4, 7B and 4A. RGB value is (180,123,74). Sum of RGB (Red+Green+Blue) = 180+123+74=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B4A is #4B84B5. Grayscale: #868686. Windows color (decimal): -4949174 or 4881332. OLE color: 4881332.

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

Color convert

RGB18012374-
CMYK00.320.590.29
HSL27.74º41.73%49.8%-
HSV(B)27.74º58.89%70.59%-
XYZ27.1424.369.75-
YUV134.4693.88160.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=47.75%
G=32.63%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801237400.320.590.2927.7441.7349.8
HexB47B4A0203B1D1c2a32
Octal2641731120407335345262
Binary101101001111011100101001000001110111110111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B4A; }

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

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

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

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

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

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

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

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