#B77F4B

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

Shades of Brandy Punch #B77F4B

Tints of Brandy Punch #B77F4B

Color information

#B77F4B (or 0xB77F4B) is unknown color: approx Brandy Punch. HEX triplet: B7, 7F and 4B. RGB value is (183,127,75). Sum of RGB (Red+Green+Blue) = 183+127+75=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F4B is #4880B4. Grayscale: #8A8A8A. Windows color (decimal): -4751541 or 4947895. OLE color: 4947895.

HSL color Cylindrical-coordinate representation of color #B77F4B: hue angle of 28.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B77F4B is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB18312775-
CMYK00.310.590.28
HSL28.89º42.86%50.59%-
HSV(B)28.89º59.02%71.76%-
XYZ28.3925.7510.13-
YUV137.8292.55160.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=47.53%
G=32.99%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831277500.310.590.2828.8942.8650.59
HexB77F4B01F3B1C1d2b33
Octal2671771130377334355363
Binary10110111111111110010110111111110111110011101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77F4B; }

 p { color: rgb(183,127,75); }

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

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

 a { background-color: rgb(183,127,75); }

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

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

 span { border-color: rgb(183,127,75); }

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