#B87F4F

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

Shades of Brandy Punch #B87F4F

Tints of Brandy Punch #B87F4F

Color information

#B87F4F (or 0xB87F4F) is unknown color: approx Brandy Punch. HEX triplet: B8, 7F and 4F. RGB value is (184,127,79). Sum of RGB (Red+Green+Blue) = 184+127+79=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87F4F is #4780B0. Grayscale: #8A8A8A. Windows color (decimal): -4686001 or 5210040. OLE color: 5210040.

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

Color convert

RGB18412779-
CMYK00.310.570.28
HSL27.43º42.51%51.57%-
HSV(B)27.43º57.07%72.16%-
XYZ28.7725.9310.89-
YUV138.5794.38160.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.18%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 79 (31.25% from 255) = 20.26%
R=47.18%
G=32.56%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841277900.310.570.2827.4342.5151.57
HexB87F4F01F391C1b2b34
Octal2701771170377134335364
Binary10111000111111110011110111111110011110011011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F4F; }

 p { color: rgb(184,127,79); }

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

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

 a { background-color: rgb(184,127,79); }

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

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

 span { border-color: rgb(184,127,79); }

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