#B57F48

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

Shades of Brandy Punch #B57F48

Tints of Brandy Punch #B57F48

Color information

#B57F48 (or 0xB57F48) is unknown color: approx Brandy Punch. HEX triplet: B5, 7F and 48. RGB value is (181,127,72). Sum of RGB (Red+Green+Blue) = 181+127+72=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57F48 is #4A80B7. Grayscale: #898989. Windows color (decimal): -4882616 or 4751285. OLE color: 4751285.

HSL color Cylindrical-coordinate representation of color #B57F48: hue angle of 30.28º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B57F48 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18112772-
CMYK00.300.600.29
HSL30.28º43.08%49.61%-
HSV(B)30.28º60.22%70.98%-
XYZ27.8225.479.58-
YUV136.8891.39159.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=47.63%
G=33.42%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811277200.300.600.2930.2843.0849.61
HexB57F4801E3C1D1e2b32
Octal2651771100367435365362
Binary10110101111111110010000111101111001110111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F48; }

 p { color: rgb(181,127,72); }

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

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

 a { background-color: rgb(181,127,72); }

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

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

 span { border-color: rgb(181,127,72); }

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