#B87F3E

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

Shades of Brandy Punch #B87F3E

Tints of Brandy Punch #B87F3E

Color information

#B87F3E (or 0xB87F3E) is unknown color: approx Brandy Punch. HEX triplet: B8, 7F and 3E. RGB value is (184,127,62). Sum of RGB (Red+Green+Blue) = 184+127+62=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F3E is #4780C1. Grayscale: #888888. Windows color (decimal): -4686018 or 4095928. OLE color: 4095928.

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

Color convert

RGB18412762-
CMYK00.310.660.28
HSL31.97º49.59%48.24%-
HSV(B)31.97º66.3%72.16%-
XYZ28.2325.728.03-
YUV136.6385.88161.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.33%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=49.33%
G=34.05%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841276200.310.660.2831.9749.5948.24
HexB87F3E01F421C203230
Octal2701777603710234406260
Binary101110001111111111110011111100001011100100000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F3E; }

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

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

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

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

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

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

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

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