#B47F41

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

Shades of Brandy Punch #B47F41

Tints of Brandy Punch #B47F41

Color information

#B47F41 (or 0xB47F41) is unknown color: approx Brandy Punch. HEX triplet: B4, 7F and 41. RGB value is (180,127,65). Sum of RGB (Red+Green+Blue) = 180+127+65=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47F41 is #4B80BE. Grayscale: #888888. Windows color (decimal): -4948159 or 4292532. OLE color: 4292532.

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

Color convert

RGB18012765-
CMYK00.290.640.29
HSL32.35º46.94%48.04%-
HSV(B)32.35º63.89%70.59%-
XYZ27.3725.268.44-
YUV135.7888.06159.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 65 (25.78% from 255) = 17.47%
R=48.39%
G=34.14%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801276500.290.640.2932.3546.9448.04
HexB47F4101D401D202f30
Octal26417710103510035405760
Binary1011010011111111000001011101100000011101100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F41; }

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

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

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

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

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

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

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

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