#B87F52

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

Shades of Brandy Punch #B87F52

Tints of Brandy Punch #B87F52

Color information

#B87F52 (or 0xB87F52) is unknown color: approx Brandy Punch. HEX triplet: B8, 7F and 52. RGB value is (184,127,82). Sum of RGB (Red+Green+Blue) = 184+127+82=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87F52 is #4780AD. Grayscale: #8B8B8B. Windows color (decimal): -4685998 or 5406648. OLE color: 5406648.

HSL color Cylindrical-coordinate representation of color #B87F52: hue angle of 26.47º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B87F52 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18412782-
CMYK00.310.550.28
HSL26.47º41.8%52.16%-
HSV(B)26.47º55.43%72.16%-
XYZ28.8825.9811.47-
YUV138.9195.88160.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=46.82%
G=32.32%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841278200.310.550.2826.4741.852.16
HexB87F5201F371C1a2a34
Octal2701771220376734325264
Binary10111000111111110100100111111101111110011010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F52; }

 p { color: rgb(184,127,82); }

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

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

 a { background-color: rgb(184,127,82); }

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

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

 span { border-color: rgb(184,127,82); }

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