#B77749

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

Shades of Brandy Punch #B77749

Tints of Brandy Punch #B77749

Color information

#B77749 (or 0xB77749) is unknown color: approx Brandy Punch. HEX triplet: B7, 77 and 49. RGB value is (183,119,73). Sum of RGB (Red+Green+Blue) = 183+119+73=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B77749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77749 is #4888B6. Grayscale: #858585. Windows color (decimal): -4753591 or 4814775. OLE color: 4814775.

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

Color convert

RGB18311973-
CMYK00.350.600.28
HSL25.09º43.31%50.2%-
HSV(B)25.09º60.11%71.76%-
XYZ27.3323.749.45-
YUV132.8994.2163.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=48.8%
G=31.73%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831197300.350.600.2825.0943.3150.2
HexB777490233C1C192b32
Octal2671671110437434315362
Binary101101111110111100100101000111111001110011001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77749; }

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

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

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

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

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

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

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

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