#B77C3F

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

Shades of Brandy Punch #B77C3F

Tints of Brandy Punch #B77C3F

Color information

#B77C3F (or 0xB77C3F) is unknown color: approx Brandy Punch. HEX triplet: B7, 7C and 3F. RGB value is (183,124,63). Sum of RGB (Red+Green+Blue) = 183+124+63=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C3F is #4883C0. Grayscale: #868686. Windows color (decimal): -4752321 or 4160695. OLE color: 4160695.

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

Color convert

RGB18312463-
CMYK00.320.660.28
HSL30.5º48.78%48.24%-
HSV(B)30.5º65.57%71.76%-
XYZ27.6324.848.04-
YUV134.6987.55162.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 124 (48.83% from 255) = 33.51%
BLUE value IS 63 (25% from 255) = 17.03%
R=49.46%
G=33.51%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831246300.320.660.2830.548.7848.24
HexB77C3F020421C1e3130
Octal2671747704010234366160
Binary101101111111100111111010000010000101110011110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C3F; }

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

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

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

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

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

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

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

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