#B77E4F

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

Shades of Brandy Punch #B77E4F

Tints of Brandy Punch #B77E4F

Color information

#B77E4F (or 0xB77E4F) is unknown color: approx Brandy Punch. HEX triplet: B7, 7E and 4F. RGB value is (183,126,79). Sum of RGB (Red+Green+Blue) = 183+126+79=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E4F is #4881B0. Grayscale: #898989. Windows color (decimal): -4751793 or 5209783. OLE color: 5209783.

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

Color convert

RGB18312679-
CMYK00.310.570.28
HSL27.12º41.94%51.37%-
HSV(B)27.12º56.83%71.76%-
XYZ28.425.5510.83-
YUV137.6894.88160.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 79 (31.25% from 255) = 20.36%
R=47.16%
G=32.47%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831267900.310.570.2827.1241.9451.37
HexB77E4F01F391C1b2a33
Octal2671761170377134335263
Binary10110111111111010011110111111110011110011011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E4F; }

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

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

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

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

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

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

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

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