#B77E4E

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

Shades of Brandy Punch #B77E4E

Tints of Brandy Punch #B77E4E

Color information

#B77E4E (or 0xB77E4E) is unknown color: approx Brandy Punch. HEX triplet: B7, 7E and 4E. RGB value is (183,126,78). Sum of RGB (Red+Green+Blue) = 183+126+78=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E4E is #4881B1. Grayscale: #898989. Windows color (decimal): -4751794 or 5144247. OLE color: 5144247.

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

Color convert

RGB18312678-
CMYK00.310.570.28
HSL27.43º42.17%51.18%-
HSV(B)27.43º57.38%71.76%-
XYZ28.3625.5410.64-
YUV137.5794.38160.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=47.29%
G=32.56%
B=20.16%

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
Decimal1831267800.310.570.2827.4342.1751.18
HexB77E4E01F391C1b2a33
Octal2671761160377134335263
Binary10110111111111010011100111111110011110011011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E4E; }

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

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

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

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

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

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

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

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