#B97D4D

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

Shades of Brandy Punch #B97D4D

Tints of Brandy Punch #B97D4D

Color information

#B97D4D (or 0xB97D4D) is unknown color: approx Brandy Punch. HEX triplet: B9, 7D and 4D. RGB value is (185,125,77). Sum of RGB (Red+Green+Blue) = 185+125+77=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D4D is #4682B2. Grayscale: #898989. Windows color (decimal): -4620979 or 5078457. OLE color: 5078457.

HSL color Cylindrical-coordinate representation of color #B97D4D: hue angle of 26.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B97D4D is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18512577-
CMYK00.320.580.27
HSL26.67º43.55%51.37%-
HSV(B)26.67º58.38%72.55%-
XYZ28.6825.5210.43-
YUV137.4793.88161.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 77 (30.47% from 255) = 19.90%
R=47.80%
G=32.30%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851257700.320.580.2726.6743.5551.37
HexB97D4D0203A1B1b2c33
Octal2711751150407233335463
Binary101110011111101100110101000001110101101111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D4D; }

 p { color: rgb(185,125,77); }

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

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

 a { background-color: rgb(185,125,77); }

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

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

 span { border-color: rgb(185,125,77); }

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