#B77C4A

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

Shades of Brandy Punch #B77C4A

Tints of Brandy Punch #B77C4A

Color information

#B77C4A (or 0xB77C4A) is unknown color: approx Brandy Punch. HEX triplet: B7, 7C and 4A. RGB value is (183,124,74). Sum of RGB (Red+Green+Blue) = 183+124+74=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C4A is #4883B5. Grayscale: #888888. Windows color (decimal): -4752310 or 4881591. OLE color: 4881591.

HSL color Cylindrical-coordinate representation of color #B77C4A: hue angle of 27.52º 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 #B77C4A is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18312474-
CMYK00.320.600.28
HSL27.52º43.08%50.39%-
HSV(B)27.52º59.56%71.76%-
XYZ27.9724.989.83-
YUV135.9493.05161.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=48.03%
G=32.55%
B=19.42%

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
Decimal1831247400.320.600.2827.5243.0850.39
HexB77C4A0203C1C1c2b32
Octal2671741120407434345362
Binary101101111111100100101001000001111001110011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C4A; }

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

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

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

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

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

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

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

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