#B77E4A

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

Shades of Brandy Punch #B77E4A

Tints of Brandy Punch #B77E4A

Color information

#B77E4A (or 0xB77E4A) is unknown color: approx Brandy Punch. HEX triplet: B7, 7E and 4A. RGB value is (183,126,74). Sum of RGB (Red+Green+Blue) = 183+126+74=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E4A is #4881B5. Grayscale: #898989. Windows color (decimal): -4751798 or 4882103. OLE color: 4882103.

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

Color convert

RGB18312674-
CMYK00.310.600.28
HSL28.62º43.08%50.39%-
HSV(B)28.62º59.56%71.76%-
XYZ28.2325.489.91-
YUV137.1192.38160.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=47.78%
G=32.90%
B=19.32%

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
Decimal1831267400.310.600.2828.6243.0850.39
HexB77E4A01F3C1C1d2b32
Octal2671761120377434355362
Binary10110111111111010010100111111111001110011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E4A; }

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

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

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

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

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

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

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

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