#B47B3F

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

Shades of Brandy Punch #B47B3F

Tints of Brandy Punch #B47B3F

Color information

#B47B3F (or 0xB47B3F) is unknown color: approx Brandy Punch. HEX triplet: B4, 7B and 3F. RGB value is (180,123,63). Sum of RGB (Red+Green+Blue) = 180+123+63=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B3F is #4B84C0. Grayscale: #858585. Windows color (decimal): -4949185 or 4160436. OLE color: 4160436.

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

Color convert

RGB18012363-
CMYK00.320.650.29
HSL30.77º48.15%47.65%-
HSV(B)30.77º65%70.59%-
XYZ26.824.237.97-
YUV133.288.38161.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 123 (48.44% from 255) = 33.61%
BLUE value IS 63 (25% from 255) = 17.21%
R=49.18%
G=33.61%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801236300.320.650.2930.7748.1547.65
HexB47B3F020411D1f3030
Octal2641737704010135376060
Binary101101001111011111111010000010000011110111111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B3F; }

 p { color: rgb(180,123,63); }

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

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

 a { background-color: rgb(180,123,63); }

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

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

 span { border-color: rgb(180,123,63); }

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