#B87F3A

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

Shades of Brandy Punch #B87F3A

Tints of Brandy Punch #B87F3A

Color information

#B87F3A (or 0xB87F3A) is unknown color: approx Brandy Punch. HEX triplet: B8, 7F and 3A. RGB value is (184,127,58). Sum of RGB (Red+Green+Blue) = 184+127+58=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F3A is #4780C5. Grayscale: #888888. Windows color (decimal): -4686022 or 3833784. OLE color: 3833784.

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

Color convert

RGB18412758-
CMYK00.310.680.28
HSL32.86º52.07%47.45%-
HSV(B)32.86º68.48%72.16%-
XYZ28.1225.677.48-
YUV136.1883.88162.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 58 (23.05% from 255) = 15.72%
R=49.86%
G=34.42%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841275800.310.680.2832.8652.0747.45
HexB87F3A01F441C21342f
Octal2701777203710434416457
Binary101110001111111111010011111100010011100100001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F3A; }

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

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

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

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

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

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

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

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