#B47F46

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

Shades of Brandy Punch #B47F46

Tints of Brandy Punch #B47F46

Color information

#B47F46 (or 0xB47F46) is unknown color: approx Brandy Punch. HEX triplet: B4, 7F and 46. RGB value is (180,127,70). Sum of RGB (Red+Green+Blue) = 180+127+70=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47F46 is #4B80B9. Grayscale: #888888. Windows color (decimal): -4948154 or 4620212. OLE color: 4620212.

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

Color convert

RGB18012770-
CMYK00.290.610.29
HSL31.09º44%49.02%-
HSV(B)31.09º61.11%70.59%-
XYZ27.5225.329.23-
YUV136.3590.56159.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 70 (27.73% from 255) = 18.57%
R=47.75%
G=33.69%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801277000.290.610.2931.094449.02
HexB47F4601D3D1D1f2c31
Octal2641771060357535375461
Binary10110100111111110001100111011111011110111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F46; }

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

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

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

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

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

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

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

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