#B47A47

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

Shades of Brandy Punch #B47A47

Tints of Brandy Punch #B47A47

Color information

#B47A47 (or 0xB47A47) is unknown color: approx Brandy Punch. HEX triplet: B4, 7A and 47. RGB value is (180,122,71). Sum of RGB (Red+Green+Blue) = 180+122+71=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A47 is #4B85B8. Grayscale: #858585. Windows color (decimal): -4949433 or 4684468. OLE color: 4684468.

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

Color convert

RGB18012271-
CMYK00.320.610.29
HSL28.07º43.43%49.22%-
HSV(B)28.07º60.56%70.59%-
XYZ26.9224.089.19-
YUV133.5392.72161.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 71 (28.12% from 255) = 19.03%
R=48.26%
G=32.71%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801227100.320.610.2928.0743.4349.22
HexB47A470203D1D1c2b31
Octal2641721070407535345361
Binary101101001111010100011101000001111011110111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A47; }

 p { color: rgb(180,122,71); }

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

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

 a { background-color: rgb(180,122,71); }

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

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

 span { border-color: rgb(180,122,71); }

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