#B47D41

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

Shades of Brandy Punch #B47D41

Tints of Brandy Punch #B47D41

Color information

#B47D41 (or 0xB47D41) is unknown color: approx Brandy Punch. HEX triplet: B4, 7D and 41. RGB value is (180,125,65). Sum of RGB (Red+Green+Blue) = 180+125+65=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47D41 is #4B82BE. Grayscale: #868686. Windows color (decimal): -4948671 or 4292020. OLE color: 4292020.

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

Color convert

RGB18012565-
CMYK00.310.640.29
HSL31.3º46.94%48.04%-
HSV(B)31.3º63.89%70.59%-
XYZ27.1124.758.35-
YUV134.688.72160.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 65 (25.78% from 255) = 17.57%
R=48.65%
G=33.78%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801256500.310.640.2931.346.9448.04
HexB47D4101F401D1f2f30
Octal26417510103710035375760
Binary101101001111101100000101111110000001110111111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D41; }

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

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

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

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

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

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

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

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