#B87649

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

Shades of Brandy Punch #B87649

Tints of Brandy Punch #B87649

Color information

#B87649 (or 0xB87649) is unknown color: approx Brandy Punch. HEX triplet: B8, 76 and 49. RGB value is (184,118,73). Sum of RGB (Red+Green+Blue) = 184+118+73=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B87649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87649 is #4789B6. Grayscale: #848484. Windows color (decimal): -4688311 or 4814520. OLE color: 4814520.

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

Color convert

RGB18411873-
CMYK00.360.600.28
HSL24.32º43.87%50.39%-
HSV(B)24.32º60.33%72.16%-
XYZ27.4523.639.42-
YUV132.694.37164.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=49.07%
G=31.47%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841187300.360.600.2824.3243.8750.39
HexB876490243C1C182c32
Octal2701661110447434305462
Binary101110001110110100100101001001111001110011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87649; }

 p { color: rgb(184,118,73); }

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

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

 a { background-color: rgb(184,118,73); }

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

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

 span { border-color: rgb(184,118,73); }

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