#B77F4F

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

Shades of Brandy Punch #B77F4F

Tints of Brandy Punch #B77F4F

Color information

#B77F4F (or 0xB77F4F) is unknown color: approx Brandy Punch. HEX triplet: B7, 7F and 4F. RGB value is (183,127,79). Sum of RGB (Red+Green+Blue) = 183+127+79=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F4F is #4880B0. Grayscale: #8A8A8A. Windows color (decimal): -4751537 or 5210039. OLE color: 5210039.

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

Color convert

RGB18312779-
CMYK00.310.570.28
HSL27.69º41.94%51.37%-
HSV(B)27.69º56.83%71.76%-
XYZ28.5325.8110.88-
YUV138.2794.55159.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 79 (31.25% from 255) = 20.31%
R=47.04%
G=32.65%
B=20.31%

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
Decimal1831277900.310.570.2827.6941.9451.37
HexB77F4F01F391C1c2a33
Octal2671771170377134345263
Binary10110111111111110011110111111110011110011100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77F4F; }

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

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

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

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

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

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

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

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