#B77C3E

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

Shades of Brandy Punch #B77C3E

Tints of Brandy Punch #B77C3E

Color information

#B77C3E (or 0xB77C3E) is unknown color: approx Brandy Punch. HEX triplet: B7, 7C and 3E. RGB value is (183,124,62). Sum of RGB (Red+Green+Blue) = 183+124+62=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C3E is #4883C1. Grayscale: #868686. Windows color (decimal): -4752322 or 4095159. OLE color: 4095159.

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

Color convert

RGB18312462-
CMYK00.320.660.28
HSL30.74º49.39%48.04%-
HSV(B)30.74º66.12%71.76%-
XYZ27.6124.837.9-
YUV134.5787.05162.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=49.59%
G=33.60%
B=16.80%

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
Decimal1831246200.320.660.2830.7449.3948.04
HexB77C3E020421C1f3130
Octal2671747604010234376160
Binary101101111111100111110010000010000101110011111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C3E; }

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

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

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

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

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

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

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

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