#B57A46

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

Shades of Brandy Punch #B57A46

Tints of Brandy Punch #B57A46

Color information

#B57A46 (or 0xB57A46) is unknown color: approx Brandy Punch. HEX triplet: B5, 7A and 46. RGB value is (181,122,70). Sum of RGB (Red+Green+Blue) = 181+122+70=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A46 is #4A85B9. Grayscale: #858585. Windows color (decimal): -4883898 or 4618933. OLE color: 4618933.

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

Color convert

RGB18112270-
CMYK00.330.610.29
HSL28.11º44.22%49.22%-
HSV(B)28.11º61.33%70.98%-
XYZ27.1224.199.03-
YUV133.7192.05161.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=48.53%
G=32.71%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811227000.330.610.2928.1144.2249.22
HexB57A460213D1D1c2c31
Octal2651721060417535345461
Binary101101011111010100011001000011111011110111100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A46; }

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

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

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

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

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

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

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

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