#B47F45

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

Shades of Brandy Punch #B47F45

Tints of Brandy Punch #B47F45

Color information

#B47F45 (or 0xB47F45) is unknown color: approx Brandy Punch. HEX triplet: B4, 7F and 45. RGB value is (180,127,69). Sum of RGB (Red+Green+Blue) = 180+127+69=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47F45 is #4B80BA. Grayscale: #888888. Windows color (decimal): -4948155 or 4554676. OLE color: 4554676.

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

Color convert

RGB18012769-
CMYK00.290.620.29
HSL31.35º44.58%48.82%-
HSV(B)31.35º61.67%70.59%-
XYZ27.4925.319.07-
YUV136.2490.06159.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 69 (27.34% from 255) = 18.35%
R=47.87%
G=33.78%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801276900.290.620.2931.3544.5848.82
HexB47F4501D3E1D1f2d31
Octal2641771050357635375561
Binary10110100111111110001010111011111101110111111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F45; }

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

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

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

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

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

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

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

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