#B77547

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

Shades of Brandy Punch #B77547

Tints of Brandy Punch #B77547

Color information

#B77547 (or 0xB77547) is unknown color: approx Brandy Punch. HEX triplet: B7, 75 and 47. RGB value is (183,117,71). Sum of RGB (Red+Green+Blue) = 183+117+71=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B77547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77547 is #488AB8. Grayscale: #838383. Windows color (decimal): -4754105 or 4683191. OLE color: 4683191.

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

Color convert

RGB18311771-
CMYK00.360.610.28
HSL24.64º44.09%49.8%-
HSV(B)24.64º61.2%71.76%-
XYZ27.0323.249.02-
YUV131.4993.87164.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=49.33%
G=31.54%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831177100.360.610.2824.6444.0949.8
HexB775470243D1C192c32
Octal2671651070447534315462
Binary101101111110101100011101001001111011110011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77547; }

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

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

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

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

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

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

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

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