#B87448

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

Shades of Brandy Punch #B87448

Tints of Brandy Punch #B87448

Color information

#B87448 (or 0xB87448) is unknown color: approx Brandy Punch. HEX triplet: B8, 74 and 48. RGB value is (184,116,72). Sum of RGB (Red+Green+Blue) = 184+116+72=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B87448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87448 is #478BB7. Grayscale: #838383. Windows color (decimal): -4688824 or 4748472. OLE color: 4748472.

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

Color convert

RGB18411672-
CMYK00.370.610.28
HSL23.57º44.09%50.2%-
HSV(B)23.57º60.87%72.16%-
XYZ27.1823.159.17-
YUV131.3294.53165.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.46%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=49.46%
G=31.18%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841167200.370.610.2823.5744.0950.2
HexB874480253D1C182c32
Octal2701641100457534305462
Binary101110001110100100100001001011111011110011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87448; }

 p { color: rgb(184,116,72); }

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

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

 a { background-color: rgb(184,116,72); }

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

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

 span { border-color: rgb(184,116,72); }

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