#B57B4D

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

Shades of Brandy Punch #B57B4D

Tints of Brandy Punch #B57B4D

Color information

#B57B4D (or 0xB57B4D) is unknown color: approx Brandy Punch. HEX triplet: B5, 7B and 4D. RGB value is (181,123,77). Sum of RGB (Red+Green+Blue) = 181+123+77=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B4D is #4A84B2. Grayscale: #878787. Windows color (decimal): -4883635 or 5077941. OLE color: 5077941.

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

Color convert

RGB18112377-
CMYK00.320.570.29
HSL26.54º41.27%50.59%-
HSV(B)26.54º57.46%70.98%-
XYZ27.4824.5310.31-
YUV135.195.22160.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=47.51%
G=32.28%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811237700.320.570.2926.5441.2750.59
HexB57B4D020391D1b2933
Octal2651731150407135335163
Binary101101011111011100110101000001110011110111011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B4D; }

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

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

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

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

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

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

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

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