#B77E3D

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

Shades of Brandy Punch #B77E3D

Tints of Brandy Punch #B77E3D

Color information

#B77E3D (or 0xB77E3D) is unknown color: approx Brandy Punch. HEX triplet: B7, 7E and 3D. RGB value is (183,126,61). Sum of RGB (Red+Green+Blue) = 183+126+61=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E3D is #4881C2. Grayscale: #878787. Windows color (decimal): -4751811 or 4030135. OLE color: 4030135.

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

Color convert

RGB18312661-
CMYK00.310.670.28
HSL31.97º50%47.84%-
HSV(B)31.97º66.67%71.76%-
XYZ27.8325.337.84-
YUV135.6385.88161.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 61 (24.22% from 255) = 16.49%
R=49.46%
G=34.05%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831266100.310.670.2831.975047.84
HexB77E3D01F431C203230
Octal2671767503710334406260
Binary101101111111110111101011111100001111100100000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E3D; }

 p { color: rgb(183,126,61); }

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

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

 a { background-color: rgb(183,126,61); }

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

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

 span { border-color: rgb(183,126,61); }

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