#B57D42

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

Shades of Brandy Punch #B57D42

Tints of Brandy Punch #B57D42

Color information

#B57D42 (or 0xB57D42) is unknown color: approx Brandy Punch. HEX triplet: B5, 7D and 42. RGB value is (181,125,66). Sum of RGB (Red+Green+Blue) = 181+125+66=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57D42 is #4A82BD. Grayscale: #878787. Windows color (decimal): -4883134 or 4357557. OLE color: 4357557.

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

Color convert

RGB18112566-
CMYK00.310.640.29
HSL30.78º46.56%48.43%-
HSV(B)30.78º63.54%70.98%-
XYZ27.3724.888.51-
YUV135.0289.05160.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 125 (49.22% from 255) = 33.60%
BLUE value IS 66 (26.17% from 255) = 17.74%
R=48.66%
G=33.60%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811256600.310.640.2930.7846.5648.43
HexB57D4201F401D1f2f30
Octal26517510203710035375760
Binary101101011111101100001001111110000001110111111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D42; }

 p { color: rgb(181,125,66); }

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

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

 a { background-color: rgb(181,125,66); }

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

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

 span { border-color: rgb(181,125,66); }

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