#B77747

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

Shades of Brandy Punch #B77747

Tints of Brandy Punch #B77747

Color information

#B77747 (or 0xB77747) is unknown color: approx Brandy Punch. HEX triplet: B7, 77 and 47. RGB value is (183,119,71). Sum of RGB (Red+Green+Blue) = 183+119+71=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B77747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77747 is #4888B8. Grayscale: #848484. Windows color (decimal): -4753593 or 4683703. OLE color: 4683703.

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

Color convert

RGB18311971-
CMYK00.350.610.28
HSL25.71º44.09%49.8%-
HSV(B)25.71º61.2%71.76%-
XYZ27.2623.729.1-
YUV132.6693.2163.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 71 (28.12% from 255) = 19.03%
R=49.06%
G=31.90%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831197100.350.610.2825.7144.0949.8
HexB777470233D1C1a2c32
Octal2671671070437534325462
Binary101101111110111100011101000111111011110011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77747; }

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

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

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

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

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

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

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

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