#B8804F

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

Shades of Brandy Punch #B8804F

Tints of Brandy Punch #B8804F

Color information

#B8804F (or 0xB8804F) is unknown color: approx Brandy Punch. HEX triplet: B8, 80 and 4F. RGB value is (184,128,79). Sum of RGB (Red+Green+Blue) = 184+128+79=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8804F is #477FB0. Grayscale: #8B8B8B. Windows color (decimal): -4685745 or 5210296. OLE color: 5210296.

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

Color convert

RGB18412879-
CMYK00.300.570.28
HSL28º42.51%51.57%-
HSV(B)28º57.07%72.16%-
XYZ28.926.1910.93-
YUV139.1694.05159.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 79 (31.25% from 255) = 20.20%
R=47.06%
G=32.74%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841287900.300.570.282842.5151.57
HexB8804F01E391C1c2b34
Octal2702001170367134345364
Binary101110001000000010011110111101110011110011100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8804F; }

 p { color: rgb(184,128,79); }

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

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

 a { background-color: rgb(184,128,79); }

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

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

 span { border-color: rgb(184,128,79); }

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