#B47F48

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

Shades of Brandy Punch #B47F48

Tints of Brandy Punch #B47F48

Color information

#B47F48 (or 0xB47F48) is unknown color: approx Brandy Punch. HEX triplet: B4, 7F and 48. RGB value is (180,127,72). Sum of RGB (Red+Green+Blue) = 180+127+72=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47F48 is #4B80B7. Grayscale: #888888. Windows color (decimal): -4948152 or 4751284. OLE color: 4751284.

HSL color Cylindrical-coordinate representation of color #B47F48: hue angle of 30.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B47F48 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18012772-
CMYK00.290.600.29
HSL30.56º42.86%49.41%-
HSV(B)30.56º60%70.59%-
XYZ27.5825.359.57-
YUV136.5891.56158.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=47.49%
G=33.51%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801277200.290.600.2930.5642.8649.41
HexB47F4801D3C1D1f2b31
Octal2641771100357435375361
Binary10110100111111110010000111011111001110111111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F48; }

 p { color: rgb(180,127,72); }

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

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

 a { background-color: rgb(180,127,72); }

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

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

 span { border-color: rgb(180,127,72); }

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