#B77C49

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

Shades of Brandy Punch #B77C49

Tints of Brandy Punch #B77C49

Color information

#B77C49 (or 0xB77C49) is unknown color: approx Brandy Punch. HEX triplet: B7, 7C and 49. RGB value is (183,124,73). Sum of RGB (Red+Green+Blue) = 183+124+73=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C49 is #4883B6. Grayscale: #888888. Windows color (decimal): -4752311 or 4816055. OLE color: 4816055.

HSL color Cylindrical-coordinate representation of color #B77C49: hue angle of 27.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B77C49 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18312473-
CMYK00.320.600.28
HSL27.82º43.31%50.2%-
HSV(B)27.82º60.11%71.76%-
XYZ27.9424.969.65-
YUV135.8392.55161.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.16%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 73 (28.91% from 255) = 19.21%
R=48.16%
G=32.63%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831247300.320.600.2827.8243.3150.2
HexB77C490203C1C1c2b32
Octal2671741110407434345362
Binary101101111111100100100101000001111001110011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C49; }

 p { color: rgb(183,124,73); }

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

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

 a { background-color: rgb(183,124,73); }

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

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

 span { border-color: rgb(183,124,73); }

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