#B77D4F

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

Shades of Brandy Punch #B77D4F

Tints of Brandy Punch #B77D4F

Color information

#B77D4F (or 0xB77D4F) is unknown color: approx Brandy Punch. HEX triplet: B7, 7D and 4F. RGB value is (183,125,79). Sum of RGB (Red+Green+Blue) = 183+125+79=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D4F is #4882B0. Grayscale: #898989. Windows color (decimal): -4752049 or 5209527. OLE color: 5209527.

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

Color convert

RGB18312579-
CMYK00.320.570.28
HSL26.54º41.94%51.37%-
HSV(B)26.54º56.83%71.76%-
XYZ28.2725.310.79-
YUV137.195.22160.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 79 (31.25% from 255) = 20.41%
R=47.29%
G=32.30%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831257900.320.570.2826.5441.9451.37
HexB77D4F020391C1b2a33
Octal2671751170407134335263
Binary101101111111101100111101000001110011110011011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D4F; }

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

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

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

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

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

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

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

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