#B47948

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

Shades of Brandy Punch #B47948

Tints of Brandy Punch #B47948

Color information

#B47948 (or 0xB47948) is unknown color: approx Brandy Punch. HEX triplet: B4, 79 and 48. RGB value is (180,121,72). Sum of RGB (Red+Green+Blue) = 180+121+72=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B47948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47948 is #4B86B7. Grayscale: #858585. Windows color (decimal): -4949688 or 4749748. OLE color: 4749748.

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

Color convert

RGB18012172-
CMYK00.330.600.29
HSL27.22º42.86%49.41%-
HSV(B)27.22º60%70.59%-
XYZ26.8323.859.32-
YUV133.0693.55161.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=48.26%
G=32.44%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801217200.330.600.2927.2242.8649.41
HexB479480213C1D1b2b31
Octal2641711100417435335361
Binary101101001111001100100001000011111001110111011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47948; }

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

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

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

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

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

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

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

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