#B47A4D

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

Shades of Brandy Punch #B47A4D

Tints of Brandy Punch #B47A4D

Color information

#B47A4D (or 0xB47A4D) is unknown color: approx Brandy Punch. HEX triplet: B4, 7A and 4D. RGB value is (180,122,77). Sum of RGB (Red+Green+Blue) = 180+122+77=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A4D is #4B85B2. Grayscale: #868686. Windows color (decimal): -4949427 or 5077684. OLE color: 5077684.

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

Color convert

RGB18012277-
CMYK00.320.570.29
HSL26.21º40.71%50.39%-
HSV(B)26.21º57.22%70.59%-
XYZ27.1224.1610.25-
YUV134.2195.72160.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 77 (30.47% from 255) = 20.32%
R=47.49%
G=32.19%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801227700.320.570.2926.2140.7150.39
HexB47A4D020391D1a2932
Octal2641721150407135325162
Binary101101001111010100110101000001110011110111010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A4D; }

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

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

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

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

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

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

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

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