#b47d46

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

Shades of Brandy Punch #B47D46

Tints of Brandy Punch #B47D46

Color information

#B47D46 (or 0xB47D46) is unknown color: approx Brandy Punch. HEX triplet: B4, 7D and 46. RGB value is (180,125,70). Sum of RGB (Red+Green+Blue) = 180+125+70=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47D46 is #4B82B9. Grayscale: #878787. Windows color (decimal): -4948666 or 4619700. OLE color: 4619700.

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

Color convert

RGB18012570-
CMYK00.310.610.29
HSL30º44%49.02%-
HSV(B)30º61.11%70.59%-
XYZ27.2624.819.15-
YUV135.1791.22159.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=48%
G=33.33%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801257000.310.610.29304449.02
HexB47D4601F3D1D1e2c31
Octal2641751060377535365461
Binary10110100111110110001100111111111011110111110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b47d46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b47d46; }

 p { color: rgb(180,125,70); }

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

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

 a { background-color: rgb(180,125,70); }

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

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

 span { border-color: rgb(180,125,70); }

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