#b47a49

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

Shades of Brandy Punch #B47A49

Tints of Brandy Punch #B47A49

Color information

#B47A49 (or 0xB47A49) is unknown color: approx Brandy Punch. HEX triplet: B4, 7A and 49. RGB value is (180,122,73). Sum of RGB (Red+Green+Blue) = 180+122+73=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A49 is #4B85B6. Grayscale: #868686. Windows color (decimal): -4949431 or 4815540. OLE color: 4815540.

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

Color convert

RGB18012273-
CMYK00.320.590.29
HSL27.48º42.29%49.61%-
HSV(B)27.48º59.44%70.59%-
XYZ26.9824.19.53-
YUV133.7693.72160.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=48%
G=32.53%
B=19.47%

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
Decimal1801227300.320.590.2927.4842.2949.61
HexB47A490203B1D1b2a32
Octal2641721110407335335262
Binary101101001111010100100101000001110111110111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b47a49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b47a49; }

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

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

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

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

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

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

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

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