#B87D44

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

Shades of Brandy Punch #B87D44

Tints of Brandy Punch #B87D44

Color information

#B87D44 (or 0xB87D44) is unknown color: approx Brandy Punch. HEX triplet: B8, 7D and 44. RGB value is (184,125,68). Sum of RGB (Red+Green+Blue) = 184+125+68=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D44 is #4782BB. Grayscale: #888888. Windows color (decimal): -4686524 or 4488632. OLE color: 4488632.

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

Color convert

RGB18412568-
CMYK00.320.630.28
HSL29.48º46.03%49.41%-
HSV(B)29.48º63.04%72.16%-
XYZ28.1425.278.86-
YUV136.1489.55162.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 68 (26.95% from 255) = 18.04%
R=48.81%
G=33.16%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841256800.320.630.2829.4846.0349.41
HexB87D440203F1C1d2e31
Octal2701751040407734355661
Binary101110001111101100010001000001111111110011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D44; }

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

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

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

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

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

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

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

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