#B77D3F

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

Shades of Brandy Punch #B77D3F

Tints of Brandy Punch #B77D3F

Color information

#B77D3F (or 0xB77D3F) is unknown color: approx Brandy Punch. HEX triplet: B7, 7D and 3F. RGB value is (183,125,63). Sum of RGB (Red+Green+Blue) = 183+125+63=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D3F is #4882C0. Grayscale: #878787. Windows color (decimal): -4752065 or 4160951. OLE color: 4160951.

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

Color convert

RGB18312563-
CMYK00.320.660.28
HSL31º48.78%48.24%-
HSV(B)31º65.57%71.76%-
XYZ27.7625.098.08-
YUV135.2787.22162.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 63 (25% from 255) = 16.98%
R=49.33%
G=33.69%
B=16.98%

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
Decimal1831256300.320.660.283148.7848.24
HexB77D3F020421C1f3130
Octal2671757704010234376160
Binary101101111111101111111010000010000101110011111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D3F; }

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

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

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

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

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

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

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

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