#B87B55

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

Shades of Brandy Punch #B87B55

Tints of Brandy Punch #B87B55

Color information

#B87B55 (or 0xB87B55) is unknown color: approx Brandy Punch. HEX triplet: B8, 7B and 55. RGB value is (184,123,85). Sum of RGB (Red+Green+Blue) = 184+123+85=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B55 is #4784AA. Grayscale: #898989. Windows color (decimal): -4687019 or 5602232. OLE color: 5602232.

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

Color convert

RGB18412385-
CMYK00.330.540.28
HSL23.03º41.08%52.75%-
HSV(B)23.03º53.8%72.16%-
XYZ28.4925.0111.92-
YUV136.9198.71161.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.94%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=46.94%
G=31.38%
B=21.68%

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
Decimal1841238500.330.540.2823.0341.0852.75
HexB87B55021361C172935
Octal2701731250416634275165
Binary101110001111011101010101000011101101110010111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B55; }

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

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

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

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

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

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

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

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