#B97648

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

Shades of Brandy Punch #B97648

Tints of Brandy Punch #B97648

Color information

#B97648 (or 0xB97648) is unknown color: approx Brandy Punch. HEX triplet: B9, 76 and 48. RGB value is (185,118,72). Sum of RGB (Red+Green+Blue) = 185+118+72=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B97648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97648 is #4689B7. Grayscale: #858585. Windows color (decimal): -4622776 or 4748985. OLE color: 4748985.

HSL color Cylindrical-coordinate representation of color #B97648: hue angle of 24.42º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B97648 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18511872-
CMYK00.360.610.27
HSL24.42º44.66%50.39%-
HSV(B)24.42º61.08%72.55%-
XYZ27.6623.749.26-
YUV132.7993.7165.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=49.33%
G=31.47%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851187200.360.610.2724.4244.6650.39
HexB976480243D1B182d32
Octal2711661100447533305562
Binary101110011110110100100001001001111011101111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97648; }

 p { color: rgb(185,118,72); }

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

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

 a { background-color: rgb(185,118,72); }

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

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

 span { border-color: rgb(185,118,72); }

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