#B47E45

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

Shades of Brandy Punch #B47E45

Tints of Brandy Punch #B47E45

Color information

#B47E45 (or 0xB47E45) is unknown color: approx Brandy Punch. HEX triplet: B4, 7E and 45. RGB value is (180,126,69). Sum of RGB (Red+Green+Blue) = 180+126+69=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E45 is #4B81BA. Grayscale: #878787. Windows color (decimal): -4948411 or 4554420. OLE color: 4554420.

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

Color convert

RGB18012669-
CMYK00.30.620.29
HSL30.81º44.58%48.82%-
HSV(B)30.81º61.67%70.59%-
XYZ27.3625.059.02-
YUV135.6590.39159.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=48%
G=33.6%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801266900.30.620.2930.8144.5848.82
HexB47E4501E3E1D1f2d31
Octal2641761050367635375561
Binary10110100111111010001010111101111101110111111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E45; }

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

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

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

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

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

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

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

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