#B87C55

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

Shades of Brandy Punch #B87C55

Tints of Brandy Punch #B87C55

Color information

#B87C55 (or 0xB87C55) is unknown color: approx Brandy Punch. HEX triplet: B8, 7C and 55. RGB value is (184,124,85). Sum of RGB (Red+Green+Blue) = 184+124+85=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C55 is #4783AA. Grayscale: #898989. Windows color (decimal): -4686763 or 5602488. OLE color: 5602488.

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

Color convert

RGB18412485-
CMYK00.330.540.28
HSL23.64º41.08%52.75%-
HSV(B)23.64º53.8%72.16%-
XYZ28.6125.2611.96-
YUV137.4998.38161.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=46.82%
G=31.55%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841248500.330.540.2823.6441.0852.75
HexB87C55021361C182935
Octal2701741250416634305165
Binary101110001111100101010101000011101101110011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C55; }

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

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

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

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

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

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

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

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