#B77649

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

Shades of Brandy Punch #B77649

Tints of Brandy Punch #B77649

Color information

#B77649 (or 0xB77649) is unknown color: approx Brandy Punch. HEX triplet: B7, 76 and 49. RGB value is (183,118,73). Sum of RGB (Red+Green+Blue) = 183+118+73=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B77649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77649 is #4889B6. Grayscale: #848484. Windows color (decimal): -4753847 or 4814519. OLE color: 4814519.

HSL color Cylindrical-coordinate representation of color #B77649: hue angle of 24.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B77649 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18311873-
CMYK00.360.600.28
HSL24.55º43.31%50.2%-
HSV(B)24.55º60.11%71.76%-
XYZ27.2123.519.41-
YUV132.394.53164.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 73 (28.91% from 255) = 19.52%
R=48.93%
G=31.55%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831187300.360.600.2824.5543.3150.2
HexB776490243C1C192b32
Octal2671661110447434315362
Binary101101111110110100100101001001111001110011001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77649; }

 p { color: rgb(183,118,73); }

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

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

 a { background-color: rgb(183,118,73); }

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

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

 span { border-color: rgb(183,118,73); }

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