#B47849

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

Shades of Brandy Punch #B47849

Tints of Brandy Punch #B47849

Color information

#B47849 (or 0xB47849) is unknown color: approx Brandy Punch. HEX triplet: B4, 78 and 49. RGB value is (180,120,73). Sum of RGB (Red+Green+Blue) = 180+120+73=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B47849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47849 is #4B87B6. Grayscale: #848484. Windows color (decimal): -4949943 or 4815028. OLE color: 4815028.

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

Color convert

RGB18012073-
CMYK00.330.590.29
HSL26.36º42.29%49.61%-
HSV(B)26.36º59.44%70.59%-
XYZ26.7423.629.45-
YUV132.5894.38161.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 73 (28.91% from 255) = 19.57%
R=48.26%
G=32.17%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801207300.330.590.2926.3642.2949.61
HexB478490213B1D1a2a32
Octal2641701110417335325262
Binary101101001111000100100101000011110111110111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47849; }

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

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

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

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

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

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

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

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