#B57741

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

Shades of Brandy Punch #B57741

Tints of Brandy Punch #B57741

Color information

#B57741 (or 0xB57741) is unknown color: approx Brandy Punch. HEX triplet: B5, 77 and 41. RGB value is (181,119,65). Sum of RGB (Red+Green+Blue) = 181+119+65=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B57741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57741 is #4A88BE. Grayscale: #838383. Windows color (decimal): -4884671 or 4290485. OLE color: 4290485.

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

Color convert

RGB18111965-
CMYK00.340.640.29
HSL27.93º47.15%48.24%-
HSV(B)27.93º64.09%70.98%-
XYZ26.6123.48.12-
YUV131.3890.54163.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=49.59%
G=32.60%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811196500.340.640.2927.9347.1548.24
HexB57741022401D1c2f30
Octal26516710104210035345760
Binary1011010111101111000001010001010000001110111100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57741; }

 p { color: rgb(181,119,65); }

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

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

 a { background-color: rgb(181,119,65); }

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

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

 span { border-color: rgb(181,119,65); }

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