#B87D4D

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

Shades of Brandy Punch #B87D4D

Tints of Brandy Punch #B87D4D

Color information

#B87D4D (or 0xB87D4D) is unknown color: approx Brandy Punch. HEX triplet: B8, 7D and 4D. RGB value is (184,125,77). Sum of RGB (Red+Green+Blue) = 184+125+77=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D4D is #4782B2. Grayscale: #898989. Windows color (decimal): -4686515 or 5078456. OLE color: 5078456.

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

Color convert

RGB18412577-
CMYK00.320.580.28
HSL26.92º42.97%51.18%-
HSV(B)26.92º58.15%72.16%-
XYZ28.4425.3910.42-
YUV137.1794.05161.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=47.67%
G=32.38%
B=19.95%

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
Decimal1841257700.320.580.2826.9242.9751.18
HexB87D4D0203A1C1b2b33
Octal2701751150407234335363
Binary101110001111101100110101000001110101110011011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D4D; }

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

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

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

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

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

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

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

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