#B77F4A

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

Shades of Brandy Punch #B77F4A

Tints of Brandy Punch #B77F4A

Color information

#B77F4A (or 0xB77F4A) is unknown color: approx Brandy Punch. HEX triplet: B7, 7F and 4A. RGB value is (183,127,74). Sum of RGB (Red+Green+Blue) = 183+127+74=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F4A is #4880B5. Grayscale: #898989. Windows color (decimal): -4751542 or 4882359. OLE color: 4882359.

HSL color Cylindrical-coordinate representation of color #B77F4A: hue angle of 29.17º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B77F4A is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18312774-
CMYK00.310.600.28
HSL29.17º43.08%50.39%-
HSV(B)29.17º59.56%71.76%-
XYZ28.3525.749.95-
YUV137.792.05160.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 74 (29.30% from 255) = 19.27%
R=47.66%
G=33.07%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831277400.310.600.2829.1743.0850.39
HexB77F4A01F3C1C1d2b32
Octal2671771120377434355362
Binary10110111111111110010100111111111001110011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77F4A; }

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

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

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

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

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

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

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

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