#B77E4D

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

Shades of Brandy Punch #B77E4D

Tints of Brandy Punch #B77E4D

Color information

#B77E4D (or 0xB77E4D) is unknown color: approx Brandy Punch. HEX triplet: B7, 7E and 4D. RGB value is (183,126,77). Sum of RGB (Red+Green+Blue) = 183+126+77=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E4D is #4881B2. Grayscale: #898989. Windows color (decimal): -4751795 or 5078711. OLE color: 5078711.

HSL color Cylindrical-coordinate representation of color #B77E4D: hue angle of 27.74º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B77E4D is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18312677-
CMYK00.310.580.28
HSL27.74º42.4%50.98%-
HSV(B)27.74º57.92%71.76%-
XYZ28.3325.5210.45-
YUV137.4693.88160.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=47.41%
G=32.64%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831267700.310.580.2827.7442.450.98
HexB77E4D01F3A1C1c2a33
Octal2671761150377234345263
Binary10110111111111010011010111111110101110011100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E4D; }

 p { color: rgb(183,126,77); }

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

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

 a { background-color: rgb(183,126,77); }

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

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

 span { border-color: rgb(183,126,77); }

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