#B47A45

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

Shades of Brandy Punch #B47A45

Tints of Brandy Punch #B47A45

Color information

#B47A45 (or 0xB47A45) is unknown color: approx Brandy Punch. HEX triplet: B4, 7A and 45. RGB value is (180,122,69). Sum of RGB (Red+Green+Blue) = 180+122+69=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A45 is #4B85BA. Grayscale: #858585. Windows color (decimal): -4949435 or 4553396. OLE color: 4553396.

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

Color convert

RGB18012269-
CMYK00.320.620.29
HSL28.65º44.58%48.82%-
HSV(B)28.65º61.67%70.59%-
XYZ26.8624.058.86-
YUV133.391.72161.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=48.52%
G=32.88%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801226900.320.620.2928.6544.5848.82
HexB47A450203E1D1d2d31
Octal2641721050407635355561
Binary101101001111010100010101000001111101110111101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A45; }

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

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

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

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

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

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

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

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