#B57B4B

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

Shades of Brandy Punch #B57B4B

Tints of Brandy Punch #B57B4B

Color information

#B57B4B (or 0xB57B4B) is unknown color: approx Brandy Punch. HEX triplet: B5, 7B and 4B. RGB value is (181,123,75). Sum of RGB (Red+Green+Blue) = 181+123+75=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57B4B is #4A84B4. Grayscale: #878787. Windows color (decimal): -4883637 or 4946869. OLE color: 4946869.

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

Color convert

RGB18112375-
CMYK00.320.590.29
HSL27.17º41.73%50.2%-
HSV(B)27.17º58.56%70.98%-
XYZ27.4124.59.94-
YUV134.8794.22160.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 75 (29.69% from 255) = 19.79%
R=47.76%
G=32.45%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811237500.320.590.2927.1741.7350.2
HexB57B4B0203B1D1b2a32
Octal2651731130407335335262
Binary101101011111011100101101000001110111110111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B4B; }

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

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

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

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

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

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

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

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