#B77B44

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

Shades of Brandy Punch #B77B44

Tints of Brandy Punch #B77B44

Color information

#B77B44 (or 0xB77B44) is unknown color: approx Brandy Punch. HEX triplet: B7, 7B and 44. RGB value is (183,123,68). Sum of RGB (Red+Green+Blue) = 183+123+68=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77B44 is #4884BB. Grayscale: #868686. Windows color (decimal): -4752572 or 4488119. OLE color: 4488119.

HSL color Cylindrical-coordinate representation of color #B77B44: hue angle of 28.7º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B77B44 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB18312368-
CMYK00.330.630.28
HSL28.7º45.82%49.22%-
HSV(B)28.7º62.84%71.76%-
XYZ27.6524.658.77-
YUV134.6790.38162.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 123 (48.44% from 255) = 32.89%
BLUE value IS 68 (26.95% from 255) = 18.18%
R=48.93%
G=32.89%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831236800.330.630.2828.745.8249.22
HexB77B440213F1C1d2e31
Octal2671731040417734355661
Binary101101111111011100010001000011111111110011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B44; }

 p { color: rgb(183,123,68); }

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

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

 a { background-color: rgb(183,123,68); }

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

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

 span { border-color: rgb(183,123,68); }

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