#B77C54

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

Shades of Brandy Punch #B77C54

Tints of Brandy Punch #B77C54

Color information

#B77C54 (or 0xB77C54) is unknown color: approx Brandy Punch. HEX triplet: B7, 7C and 54. RGB value is (183,124,84). Sum of RGB (Red+Green+Blue) = 183+124+84=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C54 is #4883AB. Grayscale: #898989. Windows color (decimal): -4752300 or 5536951. OLE color: 5536951.

HSL color Cylindrical-coordinate representation of color #B77C54: hue angle of 24.24º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B77C54 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18312484-
CMYK00.320.540.28
HSL24.24º40.74%52.35%-
HSV(B)24.24º54.1%71.76%-
XYZ28.3425.1211.74-
YUV137.0898.05160.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=46.80%
G=31.71%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831248400.320.540.2824.2440.7452.35
HexB77C54020361C182934
Octal2671741240406634305164
Binary101101111111100101010001000001101101110011000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C54; }

 p { color: rgb(183,124,84); }

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

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

 a { background-color: rgb(183,124,84); }

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

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

 span { border-color: rgb(183,124,84); }

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