#B57C44

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

Shades of Brandy Punch #B57C44

Tints of Brandy Punch #B57C44

Color information

#B57C44 (or 0xB57C44) is unknown color: approx Brandy Punch. HEX triplet: B5, 7C and 44. RGB value is (181,124,68). Sum of RGB (Red+Green+Blue) = 181+124+68=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57C44 is #4A83BB. Grayscale: #868686. Windows color (decimal): -4883388 or 4488373. OLE color: 4488373.

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

Color convert

RGB18112468-
CMYK00.310.620.29
HSL29.73º45.38%48.82%-
HSV(B)29.73º62.43%70.98%-
XYZ27.3124.668.79-
YUV134.6690.38161.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 124 (48.83% from 255) = 33.24%
BLUE value IS 68 (26.95% from 255) = 18.23%
R=48.53%
G=33.24%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811246800.310.620.2929.7345.3848.82
HexB57C4401F3E1D1e2d31
Octal2651741040377635365561
Binary10110101111110010001000111111111101110111110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C44; }

 p { color: rgb(181,124,68); }

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

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

 a { background-color: rgb(181,124,68); }

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

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

 span { border-color: rgb(181,124,68); }

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