#B47B4E

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

Shades of Brandy Punch #B47B4E

Tints of Brandy Punch #B47B4E

Color information

#B47B4E (or 0xB47B4E) is unknown color: approx Brandy Punch. HEX triplet: B4, 7B and 4E. RGB value is (180,123,78). Sum of RGB (Red+Green+Blue) = 180+123+78=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B4E is #4B84B1. Grayscale: #878787. Windows color (decimal): -4949170 or 5143476. OLE color: 5143476.

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

Color convert

RGB18012378-
CMYK00.320.570.29
HSL26.47º40.48%50.59%-
HSV(B)26.47º56.67%70.59%-
XYZ27.2824.4210.48-
YUV134.9195.88160.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=47.24%
G=32.28%
B=20.47%

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
Decimal1801237800.320.570.2926.4740.4850.59
HexB47B4E020391D1a2833
Octal2641731160407135325063
Binary101101001111011100111001000001110011110111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B4E; }

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

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

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

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

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

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

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

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