#B77B4E

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

Shades of Brandy Punch #B77B4E

Tints of Brandy Punch #B77B4E

Color information

#B77B4E (or 0xB77B4E) is unknown color: approx Brandy Punch. HEX triplet: B7, 7B and 4E. RGB value is (183,123,78). Sum of RGB (Red+Green+Blue) = 183+123+78=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B4E is #4884B1. Grayscale: #888888. Windows color (decimal): -4752562 or 5143479. OLE color: 5143479.

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

Color convert

RGB18312378-
CMYK00.330.570.28
HSL25.71º42.17%51.18%-
HSV(B)25.71º57.38%71.76%-
XYZ27.9924.7810.52-
YUV135.8195.38161.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=47.66%
G=32.03%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831237800.330.570.2825.7142.1751.18
HexB77B4E021391C1a2a33
Octal2671731160417134325263
Binary101101111111011100111001000011110011110011010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B4E; }

 p { color: rgb(183,123,78); }

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

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

 a { background-color: rgb(183,123,78); }

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

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

 span { border-color: rgb(183,123,78); }

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