#B47B48

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

Shades of Brandy Punch #B47B48

Tints of Brandy Punch #B47B48

Color information

#B47B48 (or 0xB47B48) is unknown color: approx Brandy Punch. HEX triplet: B4, 7B and 48. RGB value is (180,123,72). Sum of RGB (Red+Green+Blue) = 180+123+72=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B48 is #4B84B7. Grayscale: #868686. Windows color (decimal): -4949176 or 4750260. OLE color: 4750260.

HSL color Cylindrical-coordinate representation of color #B47B48: hue angle of 28.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B47B48 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18012372-
CMYK00.320.600.29
HSL28.33º42.86%49.41%-
HSV(B)28.33º60%70.59%-
XYZ27.0824.349.4-
YUV134.2392.88160.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=48%
G=32.8%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801237200.320.600.2928.3342.8649.41
HexB47B480203C1D1c2b31
Octal2641731100407435345361
Binary101101001111011100100001000001111001110111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B48; }

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

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

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

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

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

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

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

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