#B77D4A

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

Shades of Brandy Punch #B77D4A

Tints of Brandy Punch #B77D4A

Color information

#B77D4A (or 0xB77D4A) is unknown color: approx Brandy Punch. HEX triplet: B7, 7D and 4A. RGB value is (183,125,74). Sum of RGB (Red+Green+Blue) = 183+125+74=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D4A is #4882B5. Grayscale: #888888. Windows color (decimal): -4752054 or 4881847. OLE color: 4881847.

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

Color convert

RGB18312574-
CMYK00.320.600.28
HSL28.07º43.08%50.39%-
HSV(B)28.07º59.56%71.76%-
XYZ28.125.239.87-
YUV136.5392.72161.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 74 (29.30% from 255) = 19.37%
R=47.91%
G=32.72%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831257400.320.600.2828.0743.0850.39
HexB77D4A0203C1C1c2b32
Octal2671751120407434345362
Binary101101111111101100101001000001111001110011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D4A; }

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

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

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

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

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

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

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

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