#B57941

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

Shades of Brandy Punch #B57941

Tints of Brandy Punch #B57941

Color information

#B57941 (or 0xB57941) is unknown color: approx Brandy Punch. HEX triplet: B5, 79 and 41. RGB value is (181,121,65). Sum of RGB (Red+Green+Blue) = 181+121+65=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B57941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57941 is #4A86BE. Grayscale: #848484. Windows color (decimal): -4884159 or 4290997. OLE color: 4290997.

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

Color convert

RGB18112165-
CMYK00.330.640.29
HSL28.97º47.15%48.24%-
HSV(B)28.97º64.09%70.98%-
XYZ26.8523.888.2-
YUV132.5689.88162.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=49.32%
G=32.97%
B=17.71%

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
Decimal1811216500.330.640.2928.9747.1548.24
HexB57941021401D1d2f30
Octal26517110104110035355760
Binary1011010111110011000001010000110000001110111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57941; }

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

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

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

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

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

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

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

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