#B97C4D

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

Shades of Brandy Punch #B97C4D

Tints of Brandy Punch #B97C4D

Color information

#B97C4D (or 0xB97C4D) is unknown color: approx Brandy Punch. HEX triplet: B9, 7C and 4D. RGB value is (185,124,77). Sum of RGB (Red+Green+Blue) = 185+124+77=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C4D is #4683B2. Grayscale: #898989. Windows color (decimal): -4621235 or 5078201. OLE color: 5078201.

HSL color Cylindrical-coordinate representation of color #B97C4D: hue angle of 26.11º 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 #B97C4D is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18512477-
CMYK00.330.580.27
HSL26.11º43.55%51.37%-
HSV(B)26.11º58.38%72.55%-
XYZ28.5525.2710.39-
YUV136.8894.21162.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=47.93%
G=32.12%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851247700.330.580.2726.1143.5551.37
HexB97C4D0213A1B1a2c33
Octal2711741150417233325463
Binary101110011111100100110101000011110101101111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C4D; }

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

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

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

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

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

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

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

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