#B57A42

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

Shades of Brandy Punch #B57A42

Tints of Brandy Punch #B57A42

Color information

#B57A42 (or 0xB57A42) is unknown color: approx Brandy Punch. HEX triplet: B5, 7A and 42. RGB value is (181,122,66). Sum of RGB (Red+Green+Blue) = 181+122+66=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A42 is #4A85BD. Grayscale: #858585. Windows color (decimal): -4883902 or 4356789. OLE color: 4356789.

HSL color Cylindrical-coordinate representation of color #B57A42: hue angle of 29.22º 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 #B57A42 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18112266-
CMYK00.330.640.29
HSL29.22º46.56%48.43%-
HSV(B)29.22º63.54%70.98%-
XYZ2724.148.39-
YUV133.2690.05162.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 122 (48.05% from 255) = 33.06%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=49.05%
G=33.06%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811226600.330.640.2929.2246.5648.43
HexB57A42021401D1d2f30
Octal26517210204110035355760
Binary1011010111110101000010010000110000001110111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A42; }

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

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

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

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

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

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

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

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