#B47E42

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

Shades of Brandy Punch #B47E42

Tints of Brandy Punch #B47E42

Color information

#B47E42 (or 0xB47E42) is unknown color: approx Brandy Punch. HEX triplet: B4, 7E and 42. RGB value is (180,126,66). Sum of RGB (Red+Green+Blue) = 180+126+66=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E42 is #4B81BD. Grayscale: #878787. Windows color (decimal): -4948414 or 4357812. OLE color: 4357812.

HSL color Cylindrical-coordinate representation of color #B47E42: hue angle of 31.58º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B47E42 is Cyan = 0, Magento = 0.3, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB18012666-
CMYK00.30.630.29
HSL31.58º46.34%48.24%-
HSV(B)31.58º63.33%70.59%-
XYZ27.2725.028.55-
YUV135.3188.89159.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 66 (26.17% from 255) = 17.74%
R=48.39%
G=33.87%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801266600.30.630.2931.5846.3448.24
HexB47E4201E3F1D202e30
Octal2641761020367735405660
Binary101101001111110100001001111011111111101100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E42; }

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

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

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

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

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

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

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

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