#B57D3D

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

Shades of Brandy Punch #B57D3D

Tints of Brandy Punch #B57D3D

Color information

#B57D3D (or 0xB57D3D) is unknown color: approx Brandy Punch. HEX triplet: B5, 7D and 3D. RGB value is (181,125,61). Sum of RGB (Red+Green+Blue) = 181+125+61=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57D3D is #4A82C2. Grayscale: #868686. Windows color (decimal): -4883139 or 4029877. OLE color: 4029877.

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

Color convert

RGB18112561-
CMYK00.310.660.29
HSL32º49.59%47.45%-
HSV(B)32º66.3%70.98%-
XYZ27.2324.837.77-
YUV134.4586.55161.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 61 (24.22% from 255) = 16.62%
R=49.32%
G=34.06%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811256100.310.660.293249.5947.45
HexB57D3D01F421D20322f
Octal2651757503710235406257
Binary101101011111101111101011111100001011101100000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D3D; }

 p { color: rgb(181,125,61); }

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

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

 a { background-color: rgb(181,125,61); }

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

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

 span { border-color: rgb(181,125,61); }

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