#B87D4E

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

Shades of Brandy Punch #B87D4E

Tints of Brandy Punch #B87D4E

Color information

#B87D4E (or 0xB87D4E) is unknown color: approx Brandy Punch. HEX triplet: B8, 7D and 4E. RGB value is (184,125,78). Sum of RGB (Red+Green+Blue) = 184+125+78=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D4E is #4782B1. Grayscale: #898989. Windows color (decimal): -4686514 or 5143992. OLE color: 5143992.

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

Color convert

RGB18412578-
CMYK00.320.580.28
HSL26.6º42.74%51.37%-
HSV(B)26.6º57.61%72.16%-
XYZ28.4825.4110.61-
YUV137.2894.55161.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=47.55%
G=32.30%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841257800.320.580.2826.642.7451.37
HexB87D4E0203A1C1b2b33
Octal2701751160407234335363
Binary101110001111101100111001000001110101110011011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D4E; }

 p { color: rgb(184,125,78); }

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

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

 a { background-color: rgb(184,125,78); }

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

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

 span { border-color: rgb(184,125,78); }

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