#B57B4C

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

Shades of Brandy Punch #B57B4C

Tints of Brandy Punch #B57B4C

Color information

#B57B4C (or 0xB57B4C) is unknown color: approx Brandy Punch. HEX triplet: B5, 7B and 4C. RGB value is (181,123,76). Sum of RGB (Red+Green+Blue) = 181+123+76=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57B4C is #4A84B3. Grayscale: #878787. Windows color (decimal): -4883636 or 5012405. OLE color: 5012405.

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

Color convert

RGB18112376-
CMYK00.320.580.29
HSL26.86º41.5%50.39%-
HSV(B)26.86º58.01%70.98%-
XYZ27.4424.5110.12-
YUV134.9894.72160.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 123 (48.44% from 255) = 32.37%
BLUE value IS 76 (30.08% from 255) = 20%
R=47.63%
G=32.37%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811237600.320.580.2926.8641.550.39
HexB57B4C0203A1D1b2a32
Octal2651731140407235335262
Binary101101011111011100110001000001110101110111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B4C; }

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

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

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

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

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

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

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

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