#B57D4D

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

Shades of Brandy Punch #B57D4D

Tints of Brandy Punch #B57D4D

Color information

#B57D4D (or 0xB57D4D) is unknown color: approx Brandy Punch. HEX triplet: B5, 7D and 4D. RGB value is (181,125,77). Sum of RGB (Red+Green+Blue) = 181+125+77=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D4D is #4A82B2. Grayscale: #888888. Windows color (decimal): -4883123 or 5078453. OLE color: 5078453.

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

Color convert

RGB18112577-
CMYK00.310.570.29
HSL27.69º41.27%50.59%-
HSV(B)27.69º57.46%70.98%-
XYZ27.7325.0310.39-
YUV136.2794.55159.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 77 (30.47% from 255) = 20.10%
R=47.26%
G=32.64%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811257700.310.570.2927.6941.2750.59
HexB57D4D01F391D1c2933
Octal2651751150377135345163
Binary10110101111110110011010111111110011110111100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D4D; }

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

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

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

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

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

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

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

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