#B47E43

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

Shades of Brandy Punch #B47E43

Tints of Brandy Punch #B47E43

Color information

#B47E43 (or 0xB47E43) is unknown color: approx Brandy Punch. HEX triplet: B4, 7E and 43. RGB value is (180,126,67). Sum of RGB (Red+Green+Blue) = 180+126+67=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E43 is #4B81BC. Grayscale: #878787. Windows color (decimal): -4948413 or 4423348. OLE color: 4423348.

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

Color convert

RGB18012667-
CMYK00.30.630.29
HSL31.33º45.75%48.43%-
HSV(B)31.33º62.78%70.59%-
XYZ27.325.038.7-
YUV135.4289.39159.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 67 (26.56% from 255) = 17.96%
R=48.26%
G=33.78%
B=17.96%

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
Decimal1801266700.30.630.2931.3345.7548.43
HexB47E4301E3F1D1f2e30
Octal2641761030367735375660
Binary10110100111111010000110111101111111110111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E43; }

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

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

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

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

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

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

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

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