#B47945

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

Shades of Brandy Punch #B47945

Tints of Brandy Punch #B47945

Color information

#B47945 (or 0xB47945) is unknown color: approx Brandy Punch. HEX triplet: B4, 79 and 45. RGB value is (180,121,69). Sum of RGB (Red+Green+Blue) = 180+121+69=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B47945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47945 is #4B86BA. Grayscale: #848484. Windows color (decimal): -4949691 or 4553140. OLE color: 4553140.

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

Color convert

RGB18012169-
CMYK00.330.620.29
HSL28.11º44.58%48.82%-
HSV(B)28.11º61.67%70.59%-
XYZ26.7323.818.82-
YUV132.7192.05161.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=48.65%
G=32.70%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801216900.330.620.2928.1144.5848.82
HexB479450213E1D1c2d31
Octal2641711050417635345561
Binary101101001111001100010101000011111101110111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47945; }

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

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

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

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

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

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

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

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