#B77C50

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

Shades of Brandy Punch #B77C50

Tints of Brandy Punch #B77C50

Color information

#B77C50 (or 0xB77C50) is unknown color: approx Brandy Punch. HEX triplet: B7, 7C and 50. RGB value is (183,124,80). Sum of RGB (Red+Green+Blue) = 183+124+80=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C50 is #4883AF. Grayscale: #888888. Windows color (decimal): -4752304 or 5274807. OLE color: 5274807.

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

Color convert

RGB18312480-
CMYK00.320.560.28
HSL25.63º41.7%51.57%-
HSV(B)25.63º56.28%71.76%-
XYZ28.1825.0610.94-
YUV136.6296.05161.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=47.29%
G=32.04%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831248000.320.560.2825.6341.751.57
HexB77C50020381C1a2a34
Octal2671741200407034325264
Binary101101111111100101000001000001110001110011010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C50; }

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

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

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

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

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

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

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

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