#b77c53

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

Shades of Brandy Punch #B77C53

Tints of Brandy Punch #B77C53

Color information

#B77C53 (or 0xB77C53) is unknown color: approx Brandy Punch. HEX triplet: B7, 7C and 53. RGB value is (183,124,83). Sum of RGB (Red+Green+Blue) = 183+124+83=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C53 is #4883AC. Grayscale: #898989. Windows color (decimal): -4752301 or 5471415. OLE color: 5471415.

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

Color convert

RGB18312483-
CMYK00.320.550.28
HSL24.6º40.98%52.16%-
HSV(B)24.6º54.64%71.76%-
XYZ28.325.1111.54-
YUV136.9797.55160.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 83 (32.81% from 255) = 21.28%
R=46.92%
G=31.79%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831248300.320.550.2824.640.9852.16
HexB77C53020371C192934
Octal2671741230406734315164
Binary101101111111100101001101000001101111110011001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77c53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77c53; }

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

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

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

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

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

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

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

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