#B97746

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

Shades of Brandy Punch #B97746

Tints of Brandy Punch #B97746

Color information

#B97746 (or 0xB97746) is unknown color: approx Brandy Punch. HEX triplet: B9, 77 and 46. RGB value is (185,119,70). Sum of RGB (Red+Green+Blue) = 185+119+70=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B97746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97746 is #4688B9. Grayscale: #858585. Windows color (decimal): -4622522 or 4618169. OLE color: 4618169.

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

Color convert

RGB18511970-
CMYK00.360.620.27
HSL25.57º45.1%50%-
HSV(B)25.57º62.16%72.55%-
XYZ27.7123.958.96-
YUV133.1592.37164.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 70 (27.73% from 255) = 18.72%
R=49.47%
G=31.82%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851197000.360.620.2725.5745.150
HexB977460243E1B1a2d32
Octal2711671060447633325562
Binary101110011110111100011001001001111101101111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97746; }

 p { color: rgb(185,119,70); }

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

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

 a { background-color: rgb(185,119,70); }

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

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

 span { border-color: rgb(185,119,70); }

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