#B87C40

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

Shades of Brandy Punch #B87C40

Tints of Brandy Punch #B87C40

Color information

#B87C40 (or 0xB87C40) is unknown color: approx Brandy Punch. HEX triplet: B8, 7C and 40. RGB value is (184,124,64). Sum of RGB (Red+Green+Blue) = 184+124+64=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C40 is #4783BF. Grayscale: #878787. Windows color (decimal): -4686784 or 4226232. OLE color: 4226232.

HSL color Cylindrical-coordinate representation of color #B87C40: hue angle of 30º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B87C40 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB18412464-
CMYK00.330.650.28
HSL30º48.39%48.63%-
HSV(B)30º65.22%72.16%-
XYZ27.924.988.2-
YUV135.187.88162.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.46%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 17.20%
R=49.46%
G=33.33%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841246400.330.650.283048.3948.63
HexB87C40021411C1e3031
Octal27017410004110134366061
Binary1011100011111001000000010000110000011110011110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C40; }

 p { color: rgb(184,124,64); }

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

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

 a { background-color: rgb(184,124,64); }

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

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

 span { border-color: rgb(184,124,64); }

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