#B47846

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

Shades of Brandy Punch #B47846

Tints of Brandy Punch #B47846

Color information

#B47846 (or 0xB47846) is unknown color: approx Brandy Punch. HEX triplet: B4, 78 and 46. RGB value is (180,120,70). Sum of RGB (Red+Green+Blue) = 180+120+70=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B47846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47846 is #4B87B9. Grayscale: #848484. Windows color (decimal): -4949946 or 4618420. OLE color: 4618420.

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

Color convert

RGB18012070-
CMYK00.330.610.29
HSL27.27º44%49.02%-
HSV(B)27.27º61.11%70.59%-
XYZ26.6423.588.94-
YUV132.2492.88162.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=48.65%
G=32.43%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801207000.330.610.2927.274449.02
HexB478460213D1D1b2c31
Octal2641701060417535335461
Binary101101001111000100011001000011111011110111011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47846; }

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

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

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

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

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

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

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

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